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

  /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/bison/lib/
time.in.h 101 /* Sleep for at least RQTP seconds unless interrupted, If interrupted,
  /external/bison/darwin-lib/
time.h 413 /* Sleep for at least RQTP seconds unless interrupted, If interrupted,
  /external/bison/linux-lib/
time.h 413 /* Sleep for at least RQTP seconds unless interrupted, If interrupted,
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 119 milliseconds