OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timeout_sleep
(Results
1 - 1
of
1
) sorted by null
/system/extras/tests/timetest/
rtc_test.cpp
101
static const useconds_t
timeout_sleep
= 10000;
local
102
static const int timeout_num = 2000000 /
timeout_sleep
;
106
usleep(
timeout_sleep
);
143
usleep(
timeout_sleep
);
Completed in 434 milliseconds