Home
last modified time | relevance | path

Searched defs:thread_sleep (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libvpx/vp8/common/
H A Dthreading.h48 #define thread_sleep(nms) Sleep(nms) macro
/aosp_15_r20/external/trusty/lk/include/kernel/
Dthread.h214 static inline void thread_sleep(lk_time_t delay_ms) { in thread_sleep() function