Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.cc77 _ptrDeleteCond = ConditionVariableWrapper::CreateConditionVariable(); in UdpSocket2Windows()
192 delete _ptrDeleteCond; in ~UdpSocket2Windows()
1284 _ptrDeleteCond->Wake(); in OutstandingCallCompleted()
1307 _ptrDeleteCond->Wake(); in DisableNewOutstandingCalls()
1316 _ptrDeleteCond->SleepCS(*_ptrDeleteCrit); in WaitForOutstandingCalls()
Dudp_socket2_win.h143 ConditionVariableWrapper* _ptrDeleteCond; variable