OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rqtp
(Results
1 - 2
of
2
) sorted by null
/frameworks/media/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 178 milliseconds