OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:terminate_cond_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/source/
cpu_win.h
72
ConditionVariableWrapper*
terminate_cond_
;
member in class:webrtc::CpuWindows
cpu_win.cc
102
terminate_cond_
= ConditionVariableWrapper::CreateConditionVariable();
106
(
terminate_cond_
!= NULL) && (sleep_event != NULL);
116
if (
terminate_cond_
!= NULL)
118
delete
terminate_cond_
;
119
terminate_cond_
= NULL;
172
terminate_cond_
->SleepCS(*terminate_crit_);
192
terminate_cond_
->WakeAll();
Completed in 52 milliseconds