OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_sleep
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/common/
threading.h
30
#define
thread_sleep
(nms) Sleep(nms)
macro
52
#define
thread_sleep
(nms) DosSleep(nms)
macro
88
#define
thread_sleep
(nms) Sleep(nms)
macro
158
#define
thread_sleep
(nms) DosSleep(nms)
macro
168
#define
thread_sleep
(nms) /* { struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */
macro
172
#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/encoder/
ethreading.c
125
thread_sleep
(0);
encodeframe.c
471
thread_sleep
(0);
[
all
...]
/external/libvpx/libvpx/vp8/decoder/
threading.c
414
thread_sleep
(0);
Completed in 31 milliseconds