Home
last modified time | relevance | path

Searched refs:TFD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dtimerfd.c28 if (flags & ~(TFD_NONBLOCK | TFD_CLOEXEC)) { in timerfd_create()
36 if (flags & TFD_CLOEXEC) in timerfd_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimerfd.h34 #define TFD_CLOEXEC 02000000 /* LX_O_CLOEXEC */ macro