Searched refs:__unlikely (Results 1 – 1 of 1) sorted by relevance
94 #define __unlikely(cond) __builtin_expect(!!(cond), 0) macro652 if (__unlikely(restart)) in timer_thread()684 if (__unlikely(timeout_ns < ((GKI_TICKS_TO_MS(1) * 1000000) * 0.1))) in timer_thread()