Searched refs:TFD_TIMER_CANCEL_ON_SET (Results 1 – 8 of 8) sorted by relevance
33 TFD_TIMER_CANCEL_ON_SET = 1 << 1 enumerator34 #define TFD_TIMER_CANCEL_ON_SET TFD_TIMER_CANCEL_ON_SET macro
18 #define TFD_SETTIME_FLAGS (TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)
31 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro
150 (flags & TFD_TIMER_ABSTIME) && (flags & TFD_TIMER_CANCEL_ON_SET)) { in timerfd_setup_cancel()
378 (flags & TFD_TIMER_ABSTIME) && (flags & TFD_TIMER_CANCEL_ON_SET)) {