OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kThreadSleepPeriodUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libnbaio/include/
NBLog.h
474
static const int
kThreadSleepPeriodUs
= 1000000 /*1s*/;
/frameworks/av/media/libnbaio/
NBLog.cpp
1056
// If it's positive, wait
kThreadSleepPeriodUs
and then merge
1057
nsecs_t waitTime = mTimeoutUs > 0 ?
kThreadSleepPeriodUs
* 1000 : LLONG_MAX;
1060
mTimeoutUs -=
kThreadSleepPeriodUs
;
Completed in 184 milliseconds