Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.h137 Atomic32 _outstandingCalls; variable
Dudp_socket2_win.cc49 _outstandingCalls(0), in UdpSocket2Windows()
1261 ++_outstandingCalls; in NewOutstandingCall()
1269 if((--_outstandingCalls == 0) && _outstandingCallsDisabled) in OutstandingCallCompleted()
1298 const bool noOutstandingCalls = (_outstandingCalls.Value() == 0); in DisableNewOutstandingCalls()