Searched refs:TFD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
28 if (flags & ~(TFD_NONBLOCK | TFD_CLOEXEC)) { in timerfd_create()36 if (flags & TFD_CLOEXEC) in timerfd_create()
34 #define TFD_CLOEXEC 02000000 /* LX_O_CLOEXEC */ macro