Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dthreading.h34 #define thread_sleep(nms) Sleep(nms) macro
56 #define thread_sleep(nms) DosSleep(nms)
92 #define thread_sleep(nms) Sleep(nms) macro
162 #define thread_sleep(nms) DosSleep(nms)
172 #define thread_sleep(nms) /* { struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts,…
176 #define thread_sleep(nms) sched_yield();/* {struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;n…
/external/libvpx/libvpx/vp8/encoder/
Dethreading.c123 thread_sleep(0); in thread_encoding_proc()
Dencodeframe.c473 thread_sleep(0); in encode_mb_row()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c417 thread_sleep(0); in mt_decode_mb_rows()