Searched refs:FAN_CLOEXEC (Results 1 – 8 of 8) sorted by relevance
62 #define FAN_CLOEXEC 0x01 macro73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE |…
63 #define FAN_CLOEXEC 0x01 macro77 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE |…
54 test_init_bit(FAN_CLOEXEC, FD_CLOEXEC, "set close_on_exec"); in run()
691 FAN_CLOEXEC
3372 pub const FAN_CLOEXEC: ::c_uint = 0x0000_0001; constant