Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dthreading.h34 #define thread_sleep(nms) Sleep(nms) argument
56 #define thread_sleep(nms) DosSleep(nms)
92 #define thread_sleep(nms) Sleep(nms) argument
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…