Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.cc76 _ptrDeleteCrit = CriticalSectionWrapper::CreateCriticalSection(); in UdpSocket2Windows()
191 delete _ptrDeleteCrit; in ~UdpSocket2Windows()
1282 CriticalSectionScoped cs(_ptrDeleteCrit); in OutstandingCallCompleted()
1305 CriticalSectionScoped cs(_ptrDeleteCrit); in DisableNewOutstandingCalls()
1313 CriticalSectionScoped cs(_ptrDeleteCrit); in WaitForOutstandingCalls()
1316 _ptrDeleteCond->SleepCS(*_ptrDeleteCrit); in WaitForOutstandingCalls()
Dudp_socket2_win.h142 CriticalSectionWrapper* _ptrDeleteCrit; variable