Home
last modified time | relevance | path

Searched refs:EXCLUSIVE_LOCKS_REQUIRED (Results 1 – 25 of 43) sorted by relevance

12

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.h128 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
134 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
138 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
141 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
145 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
150 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
155 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
160 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
165 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
169 EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
[all …]
Drtcp_sender.h159 EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
164 EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
167 EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
169 EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
171 EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
173 EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
175 EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
177 EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
179 EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
181 EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
[all …]
Drtp_packet_history.h74 EXCLUSIVE_LOCKS_REQUIRED(*critsect_);
75 void Allocate(size_t number_to_store) EXCLUSIVE_LOCKS_REQUIRED(*critsect_);
76 void Free() EXCLUSIVE_LOCKS_REQUIRED(*critsect_);
78 EXCLUSIVE_LOCKS_REQUIRED(*critsect_);
80 EXCLUSIVE_LOCKS_REQUIRED(*critsect_);
82 EXCLUSIVE_LOCKS_REQUIRED(*critsect_);
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.h110 EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
128 EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
160 EXCLUSIVE_LOCKS_REQUIRED(crit_render_);
163 EXCLUSIVE_LOCKS_REQUIRED(crit_render_);
166 EXCLUSIVE_LOCKS_REQUIRED(crit_render_);
171 bool rev_conversion_needed() const EXCLUSIVE_LOCKS_REQUIRED(crit_render_);
173 EXCLUSIVE_LOCKS_REQUIRED(crit_render_);
179 EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
181 EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
183 EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
[all …]
/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer.h232 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
238 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
242 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
248 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
253 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
254 VCMFrameBuffer* NextFrame() const EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
259 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
263 bool HandleTooLargeNackList() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
265 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
270 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
[all …]
Dmedia_optimization.h95 void UpdateIncomingFrameRate() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
97 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
98 void UpdateSentBitrate(int64_t now_ms) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
99 void UpdateSentFramerate() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
103 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
109 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
112 bool CheckStatusForQMchange() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
115 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
120 void CheckSuspendConditions() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
130 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
[all …]
Dtiming.h98 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
100 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
101 uint32_t TargetDelayInternal() const EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
Dvideo_coding_impl.h102 EXCLUSIVE_LOCKS_REQUIRED(send_crit_);
184 EXCLUSIVE_LOCKS_REQUIRED(_receiveCritSect);
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.h212 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
224 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
234 bool* play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
246 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
251 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
259 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
265 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
271 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
274 int DoExpand(bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
282 bool fast_accelerate) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
[all …]
/external/clang/test/SemaCXX/
Dwarn-thread-safety-parsing.cpp20 #define EXCLUSIVE_LOCKS_REQUIRED(...) \ macro
1073 void elr_function_arg() EXCLUSIVE_LOCKS_REQUIRED(mu1);
1075 void elr_function_args() EXCLUSIVE_LOCKS_REQUIRED(mu1, mu2);
1077 int elr_testfn(int y) EXCLUSIVE_LOCKS_REQUIRED(mu1);
1080 int x EXCLUSIVE_LOCKS_REQUIRED(mu1) = y; // \ in elr_testfn() local
1085 int elr_test_var EXCLUSIVE_LOCKS_REQUIRED(mu1); // \
1088 void elr_fun_params(int lvar EXCLUSIVE_LOCKS_REQUIRED(mu1)); // \
1093 int test_field EXCLUSIVE_LOCKS_REQUIRED(mu1); // \
1095 void test_method() EXCLUSIVE_LOCKS_REQUIRED(mu1);
1098 class EXCLUSIVE_LOCKS_REQUIRED(mu1) ElrTestClass { // \ in EXCLUSIVE_LOCKS_REQUIRED() function
[all …]
Dwarn-thread-safety-analysis.cpp25 #define EXCLUSIVE_LOCKS_REQUIRED(...) __attribute__((exclusive_locks_required(__VA_ARGS__))) macro
49 MutexLock(Mutex *mu, bool adopt) EXCLUSIVE_LOCKS_REQUIRED(mu);
875 static int func1() EXCLUSIVE_LOCKS_REQUIRED(mu1_);
935 int method1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1);
943 int foo(int i) EXCLUSIVE_LOCKS_REQUIRED(mu2) SHARED_LOCKS_REQUIRED(mu1);
948 static int bar(int i) EXCLUSIVE_LOCKS_REQUIRED(mu1);
997 int GetA() EXCLUSIVE_LOCKS_REQUIRED(foo_->mu_) { return a_; } in GetA()
1193 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1200 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1234 int foo() SHARED_LOCKS_REQUIRED(mu_) EXCLUSIVE_LOCKS_REQUIRED(mu2);
[all …]
Dwarn-thread-safety-negative.cpp23 #define EXCLUSIVE_LOCKS_REQUIRED(...) \ macro
54 void baz() EXCLUSIVE_LOCKS_REQUIRED(!mu) { in baz()
78 void baz() EXCLUSIVE_LOCKS_REQUIRED(!mu) { in baz()
96 void test3() EXCLUSIVE_LOCKS_REQUIRED(!mu) { in test3()
116 EXCLUSIVE_LOCKS_REQUIRED(F->mutex()) UNLOCK_FUNCTION(F->mutex()) {} in Function()
Dwarn-thread-safety-verbose.cpp20 #define EXCLUSIVE_LOCKS_REQUIRED(...) \ macro
48 void foo1() EXCLUSIVE_LOCKS_REQUIRED(mu);
/external/webrtc/webrtc/video/
Doveruse_frame_detector.h103 void UpdateCpuOveruseMetrics() EXCLUSIVE_LOCKS_REQUIRED(crit_);
107 void AddProcessingTime(int elapsed_ms) EXCLUSIVE_LOCKS_REQUIRED(crit_);
113 bool FrameTimeoutDetected(int64_t now) const EXCLUSIVE_LOCKS_REQUIRED(crit_);
114 bool FrameSizeChanged(int num_pixels) const EXCLUSIVE_LOCKS_REQUIRED(crit_);
116 void ResetAll(int num_pixels) EXCLUSIVE_LOCKS_REQUIRED(crit_);
Dvie_encoder.h150 bool EncoderPaused() const EXCLUSIVE_LOCKS_REQUIRED(data_cs_);
151 void TraceFrameDropStart() EXCLUSIVE_LOCKS_REQUIRED(data_cs_);
152 void TraceFrameDropEnd() EXCLUSIVE_LOCKS_REQUIRED(data_cs_);
Dsend_statistics_proxy.h128 void PurgeOldStats() EXCLUSIVE_LOCKS_REQUIRED(crit_);
130 EXCLUSIVE_LOCKS_REQUIRED(crit_);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.h109 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
113 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
116 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
122 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
125 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
128 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get());
/external/webrtc/webrtc/call/
Dbitrate_allocator.h83 const BitrateObserver* observer) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
84 ObserverBitrateMap AllocateBitrates() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
87 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
90 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
Drtc_event_log.cc93 void StartLoggingLocked() EXCLUSIVE_LOCKS_REQUIRED(crit_);
95 void StopLoggingLocked() EXCLUSIVE_LOCKS_REQUIRED(crit_);
98 void HandleEvent(rtclog::Event* event) EXCLUSIVE_LOCKS_REQUIRED(crit_);
101 void StoreToFile(rtclog::Event* event) EXCLUSIVE_LOCKS_REQUIRED(crit_);
105 EXCLUSIVE_LOCKS_REQUIRED(crit_);
Dcongestion_controller.cc100 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get()) { in PickEstimatorFromHeader()
125 void PickEstimator() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_.get()) { in PickEstimator()
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c20 #define EXCLUSIVE_LOCKS_REQUIRED(...) \ macro
51 int Foo_fun1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1) { in Foo_fun1()
55 int Foo_fun2(int i) EXCLUSIVE_LOCKS_REQUIRED(mu2) SHARED_LOCKS_REQUIRED(mu1) { in Foo_fun2()
63 static int Bar_fun1(int i) EXCLUSIVE_LOCKS_REQUIRED(mu1) { in Bar_fun1()
67 void set_value(int *a, int value) EXCLUSIVE_LOCKS_REQUIRED(foo_.mu_) { in set_value()
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.h215 EXCLUSIVE_LOCKS_REQUIRED(acm_crit_sect_);
217 EXCLUSIVE_LOCKS_REQUIRED(acm_crit_sect_);
219 int InitializeReceiverSafe() EXCLUSIVE_LOCKS_REQUIRED(acm_crit_sect_);
222 EXCLUSIVE_LOCKS_REQUIRED(acm_crit_sect_);
237 EXCLUSIVE_LOCKS_REQUIRED(acm_crit_sect_);
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.h215 EXCLUSIVE_LOCKS_REQUIRED(stream_crit_);
217 EXCLUSIVE_LOCKS_REQUIRED(stream_crit_);
219 EXCLUSIVE_LOCKS_REQUIRED(stream_crit_);
340 EXCLUSIVE_LOCKS_REQUIRED(lock_);
343 EXCLUSIVE_LOCKS_REQUIRED(lock_);
345 EXCLUSIVE_LOCKS_REQUIRED(lock_);
348 EXCLUSIVE_LOCKS_REQUIRED(lock_);
349 void RecreateWebRtcStream() EXCLUSIVE_LOCKS_REQUIRED(lock_);
352 const VideoCodec& codec) const EXCLUSIVE_LOCKS_REQUIRED(lock_);
354 EXCLUSIVE_LOCKS_REQUIRED(lock_);
/external/webrtc/webrtc/modules/pacing/
Dpaced_sender.h130 EXCLUSIVE_LOCKS_REQUIRED(critsect_);
133 EXCLUSIVE_LOCKS_REQUIRED(critsect_);
134 void SendPadding(size_t padding_needed) EXCLUSIVE_LOCKS_REQUIRED(critsect_);
/external/webrtc/webrtc/base/
Dthread_annotations.h59 #define EXCLUSIVE_LOCKS_REQUIRED(...) \ macro

12