Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dtraffic_control_win.cc21 uint32_t TrafficControlWindows::refCounter = 0; member in webrtc::test::TrafficControlWindows
37 refCounter++; in GetInstance()
138 refCounter++; in GetInstance()
144 if (0 == refCounter) in Release()
159 refCounter--; in Release()
160 if ((0 == refCounter) && instance) in Release()
Dtraffic_control_win.h93 static uint32_t refCounter; variable