Searched refs:_outstandingCalls (Results 1 – 2 of 2) sorted by relevance
137 Atomic32 _outstandingCalls; variable
49 _outstandingCalls(0), in UdpSocket2Windows()1261 ++_outstandingCalls; in NewOutstandingCall()1269 if((--_outstandingCalls == 0) && _outstandingCallsDisabled) in OutstandingCallCompleted()1298 const bool noOutstandingCalls = (_outstandingCalls.Value() == 0); in DisableNewOutstandingCalls()