OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:not_timeout
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/system_wrappers/source/
condition_variable_unittest.cc
115
bool
not_timeout
= true;
local
116
while (being_passed_ &&
not_timeout
) {
118
not_timeout
= cond_var_->SleepCS(*crit_sect_, timeout_ms);
127
assert(!
not_timeout
);
Completed in 46 milliseconds