Searched defs:thread_sleep (Results 1 – 2 of 2) sorted by relevance
48 #define thread_sleep(nms) Sleep(nms) macro
214 static inline void thread_sleep(lk_time_t delay_ms) { in thread_sleep() function