Home
last modified time | relevance | path

Searched refs:not_timeout (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dcondition_variable_unittest.cc115 bool not_timeout = true; in TakeBatonIfStillFree() local
116 while (being_passed_ && not_timeout) { in TakeBatonIfStillFree()
118 not_timeout = cond_var_->SleepCS(*crit_sect_, timeout_ms); in TakeBatonIfStillFree()
127 assert(!not_timeout); in TakeBatonIfStillFree()