Searched refs:TFD_TIMER_CANCEL_ON_SET (Results 1 – 2 of 2) sorted by relevance
37 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro
57 if (flags & ~(TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)) { in timerfd_settime()