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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
yield_k.hpp 115 struct timespec rqtp = { 0, 0 };
120 rqtp.tv_sec = 0;
121 rqtp.tv_nsec = 1000;
123 nanosleep( &rqtp, 0 );
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Thread.c 503 struct timespec rqtp = { 0, 0 }; local
508 rqtp.tv_sec = (time_t)time/1000;
509 rqtp.tv_nsec = (time%1000) * 1000000;
510 nanosleep(&rqtp, &rmtp);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 282 milliseconds