HomeSort by relevance Sort by last modified time
    Searched refs:CritScope (Results 76 - 88 of 88) sorted by null

1 2 34

  /external/webrtc/webrtc/base/
stream.h 655 CritScope lock(&cs_);
661 CritScope lock(&cs_);
criticalsection_unittest.cc 173 CritScope cs(&all_values_crit_);
messagequeue.h 216 CritScope cs(&crit_); // msgq_.size() is not thread safe.
virtualsocketserver.cc 792 CritScope cs(&socket->crit_);
832 CritScope cs(&socket->crit_);
951 CritScope cs(&delay_crit_);
    [all...]
  /external/webrtc/webrtc/call/
bitrate_estimator_tests.cc 55 rtc::CritScope lock(&crit_sect_);
84 rtc::CritScope lock(&crit_sect_);
call.cc 593 rtc::CritScope lock(&bitrate_crit_);
  /external/webrtc/webrtc/system_wrappers/source/
clock.cc 131 rtc::CritScope lock(&crit_);
  /external/webrtc/talk/media/base/
videocapturer.cc 334 rtc::CritScope cs(&frame_stats_crit_);
701 rtc::CritScope cs(&frame_stats_crit_);
mediachannel.h 473 rtc::CritScope cs(&network_interface_crit_);
517 rtc::CritScope cs(&network_interface_crit_);
543 rtc::CritScope cs(&network_interface_crit_);
    [all...]
videoadapter_unittest.cc 96 rtc::CritScope lock(&crit_);
112 rtc::CritScope lock(&crit_);
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.cc 60 rtc::CritScope lock(&crit_);
69 rtc::CritScope lock(&crit_);
75 rtc::CritScope lock(&crit_);
97 rtc::CritScope lock(&crit_);
104 rtc::CritScope lock(&crit_);
124 rtc::CritScope lock(&crit_);
135 rtc::CritScope lock(&crit_);
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 188 rtc::CritScope lock(&lock_);
204 rtc::CritScope lock(&lock_);
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 185 rtc::CritScope lock(&lock_);
201 rtc::CritScope lock(&lock_);
    [all...]

Completed in 625 milliseconds

1 2 34