Home
last modified time | relevance | path

Searched refs:__unlikely (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c94 #define __unlikely(cond) __builtin_expect(!!(cond), 0) macro
652 if (__unlikely(restart)) in timer_thread()
684 if (__unlikely(timeout_ns < ((GKI_TICKS_TO_MS(1) * 1000000) * 0.1))) in timer_thread()