Searched refs:TARGET_O_NONBLOCK_MASK (Results 1 – 2 of 2) sorted by relevance
12 #define TARGET_O_NONBLOCK_MASK 000200004 /* includes old HP-UX NDELAY flag */ macro
294 #ifndef TARGET_O_NONBLOCK_MASK295 #define TARGET_O_NONBLOCK_MASK TARGET_O_NONBLOCK macro7955 if (flags & ~(TARGET_O_NONBLOCK_MASK | TARGET_O_CLOEXEC)) { in do_signalfd4()13237 int host_flags = arg2 & (~(TARGET_O_NONBLOCK_MASK | TARGET_O_CLOEXEC)); in _syscall2()