Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dtimerfd.h37 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro
/titanic_50/usr/src/lib/libc/port/sys/
H A Dtimerfd.c57 if (flags & ~(TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)) { in timerfd_settime()