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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dthreading.h34 #define thread_sleep(nms) Sleep(nms) macro
56 #define thread_sleep(nms) DosSleep(nms) macro
92 #define thread_sleep(nms) Sleep(nms) macro
162 #define thread_sleep(nms) DosSleep(nms) macro
172 #define thread_sleep(nms) /* { struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */ macro
176 #define thread_sleep(nms) sched_yield();/* {struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */ macro
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h34 #define thread_sleep(nms) Sleep(nms) macro
56 #define thread_sleep(nms) DosSleep(nms) macro
92 #define thread_sleep(nms) Sleep(nms) macro
162 #define thread_sleep(nms) DosSleep(nms) macro
172 #define thread_sleep(nms) /* { struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */ macro
176 #define thread_sleep(nms) sched_yield();/* {struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */ macro

Completed in 35 milliseconds