HomeSort by relevance Sort by last modified time
    Searched refs:CriticalSection (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/webrtc/webrtc/base/
thread_checker_impl.h 16 #include "webrtc/base/criticalsection.h"
40 mutable CriticalSection lock_;
criticalsection.h 44 class LOCKABLE CriticalSection {
46 CriticalSection();
47 ~CriticalSection();
71 explicit CritScope(CriticalSection* cs) EXCLUSIVE_LOCK_FUNCTION(cs);
74 CriticalSection* const cs_;
79 // CriticalSection::TryEnter, and unlocks on destruction if the
87 explicit TryCritScope(CriticalSection* cs);
95 CriticalSection* const cs_;
criticalsection.cc 11 #include "webrtc/base/criticalsection.h"
17 CriticalSection::CriticalSection() {
31 CriticalSection::~CriticalSection() {
39 void CriticalSection::Enter() EXCLUSIVE_LOCK_FUNCTION() {
56 bool CriticalSection::TryEnter() EXCLUSIVE_TRYLOCK_FUNCTION(true) {
74 void CriticalSection::Leave() UNLOCK_FUNCTION() {
89 bool CriticalSection::CurrentThreadIsOwner() const {
106 bool CriticalSection::IsLocked() const
    [all...]
sharedexclusivelock.h 15 #include "webrtc/base/criticalsection.h"
34 rtc::CriticalSection cs_exclusive_;
35 rtc::CriticalSection cs_shared_;
bufferqueue.h 18 #include "webrtc/base/criticalsection.h"
48 mutable CriticalSection crit_;
  /external/webrtc/webrtc/modules/audio_processing/
level_estimator_impl.h 15 #include "webrtc/base/criticalsection.h"
26 explicit LevelEstimatorImpl(rtc::CriticalSection* crit);
39 rtc::CriticalSection* const crit_ = nullptr;
high_pass_filter_impl.h 15 #include "webrtc/base/criticalsection.h"
25 explicit HighPassFilterImpl(rtc::CriticalSection* crit);
38 rtc::CriticalSection* const crit_ = nullptr;
echo_control_mobile_impl.h 14 #include "webrtc/base/criticalsection.h"
28 rtc::CriticalSection* crit_render,
29 rtc::CriticalSection* crit_capture);
69 rtc::CriticalSection* const crit_render_ ACQUIRED_BEFORE(crit_capture_);
70 rtc::CriticalSection* const crit_capture_;
noise_suppression_impl.h 15 #include "webrtc/base/criticalsection.h"
25 explicit NoiseSuppressionImpl(rtc::CriticalSection* crit);
42 rtc::CriticalSection* const crit_;
voice_detection_impl.h 15 #include "webrtc/base/criticalsection.h"
25 explicit VoiceDetectionImpl(rtc::CriticalSection* crit);
44 rtc::CriticalSection* const crit_;
echo_cancellation_impl.h 14 #include "webrtc/base/criticalsection.h"
28 rtc::CriticalSection* crit_render,
29 rtc::CriticalSection* crit_capture);
83 rtc::CriticalSection* const crit_render_ ACQUIRED_BEFORE(crit_capture_);
84 rtc::CriticalSection* const crit_capture_;
gain_control_impl.h 16 #include "webrtc/base/criticalsection.h"
31 rtc::CriticalSection* crit_render,
32 rtc::CriticalSection* crit_capture);
79 rtc::CriticalSection* const crit_render_ ACQUIRED_BEFORE(crit_capture_);
80 rtc::CriticalSection* const crit_capture_;
level_estimator_impl.cc 19 LevelEstimatorImpl::LevelEstimatorImpl(rtc::CriticalSection* crit)
  /external/webrtc/talk/app/webrtc/
videotrackrenderers.h 35 #include "webrtc/base/criticalsection.h"
61 rtc::CriticalSection critical_section_; // Protects the above variables
  /external/webrtc/talk/media/devices/
carbonvideorenderer.h 37 #include "webrtc/base/criticalsection.h"
63 rtc::CriticalSection image_crit_;
  /external/webrtc/webrtc/audio/
audio_state.h 17 #include "webrtc/base/criticalsection.h"
50 mutable rtc::CriticalSection crit_sect_;
  /external/webrtc/webrtc/modules/pacing/
packet_router.h 17 #include "webrtc/base/criticalsection.h"
57 rtc::CriticalSection modules_lock_;
  /external/webrtc/webrtc/test/
vcm_capturer.h 13 #include "webrtc/base/criticalsection.h"
42 rtc::CriticalSection crit_;
direct_transport.h 17 #include "webrtc/base/criticalsection.h"
55 rtc::CriticalSection lock_;
  /external/webrtc/talk/media/base/
capturerenderadapter.h 40 #include "webrtc/base/criticalsection.h"
86 mutable rtc::CriticalSection capture_crit_;
  /external/webrtc/talk/session/media/
audiomonitor.h 68 rtc::CriticalSection crit_;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
transport_feedback_adapter.h 16 #include "webrtc/base/criticalsection.h"
55 rtc::CriticalSection lock_;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_frame_buffer_pool.h 19 #include "webrtc/base/criticalsection.h"
106 mutable rtc::CriticalSection buffers_lock_;
  /external/webrtc/webrtc/modules/video_processing/
video_processing_impl.h 14 #include "webrtc/base/criticalsection.h"
47 mutable rtc::CriticalSection mutex_;
  /external/webrtc/webrtc/p2p/client/
socketmonitor.h 16 #include "webrtc/base/criticalsection.h"
55 rtc::CriticalSection crit_;

Completed in 289 milliseconds

1 2 3 4