Searched refs:TFD_TIMER_CANCEL_ON_SET (Results 1 – 6 of 6) sorted by relevance
18 #ifndef TFD_TIMER_CANCEL_ON_SET19 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro61 timeFd, TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET, &maxTime, nullptr); in initialize()
22 #ifndef TFD_TIMER_CANCEL_ON_SET23 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro159 timeFd, TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET, &maxTime, nullptr); in initialize()
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)) {