HomeSort by relevance Sort by last modified time
    Searched refs:thread_sleep (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/common/
threading.h 33 #define thread_sleep(nms) Sleep(nms) macro
68 #define thread_sleep(nms) Sleep(nms) macro
78 #define thread_sleep(nms) /* { struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */ macro
82 #define thread_sleep(nms) sched_yield();/* {struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */ macro
  /external/libvpx/vp8/encoder/
ethreading.c 125 thread_sleep(0);
encodeframe.c 547 thread_sleep(0);
    [all...]
  /external/libvpx/vp8/decoder/
threading.c 283 thread_sleep(0);
762 thread_sleep(0);
    [all...]

Completed in 160 milliseconds