Searched refs:TFD_TIMER_CANCEL_ON_SET (Results 1 – 4 of 4) sorted by relevance
18 #define TFD_SETTIME_FLAGS (TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)
31 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro
164 (flags & TFD_TIMER_ABSTIME) && (flags & TFD_TIMER_CANCEL_ON_SET)) { in timerfd_setup_cancel()
403 (flags & TFD_TIMER_ABSTIME) && (flags & TFD_TIMER_CANCEL_ON_SET)) {
Completed in 5 milliseconds