Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/sys/
H A Dtimerfd.c28 if (flags & ~(TFD_NONBLOCK | TFD_CLOEXEC)) { in timerfd_create()
33 if (flags & TFD_NONBLOCK) in timerfd_create()
/titanic_50/usr/src/uts/common/sys/
H A Dtimerfd.h35 #define TFD_NONBLOCK 04000 /* LX_O_NONBLOCK */ macro