/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver.h | 128 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 …]
|
D | rtcp_sender.h | 159 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 …]
|
D | rtp_packet_history.h | 74 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/ |
D | audio_processing_impl.h | 110 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/ |
D | jitter_buffer.h | 232 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 …]
|
D | media_optimization.h | 95 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 …]
|
D | timing.h | 98 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_); 100 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_); 101 uint32_t TargetDelayInternal() const EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl.h | 212 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/ |
D | warn-thread-safety-parsing.cpp | 20 #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 …]
|
D | warn-thread-safety-analysis.cpp | 25 #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 …]
|
D | warn-thread-safety-negative.cpp | 23 #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()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.h | 330 EXCLUSIVE_LOCKS_REQUIRED(lock_); 335 uint64 freed_before) EXCLUSIVE_LOCKS_REQUIRED(lock_); 340 EXCLUSIVE_LOCKS_REQUIRED(lock_); 344 void Merge(ChunkHandle h, ChunkHandle h2) EXCLUSIVE_LOCKS_REQUIRED(lock_); 348 void FreeAndMaybeCoalesce(ChunkHandle h) EXCLUSIVE_LOCKS_REQUIRED(lock_); 351 void InsertFreeChunkIntoBin(ChunkHandle h) EXCLUSIVE_LOCKS_REQUIRED(lock_); 356 EXCLUSIVE_LOCKS_REQUIRED(lock_); 359 void RemoveFreeChunkFromBin(ChunkHandle h) EXCLUSIVE_LOCKS_REQUIRED(lock_); 362 void DeleteChunk(ChunkHandle h) EXCLUSIVE_LOCKS_REQUIRED(lock_); 364 string RenderOccupancy() EXCLUSIVE_LOCKS_REQUIRED(lock_); [all …]
|
/external/webrtc/webrtc/video/ |
D | overuse_frame_detector.h | 103 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_);
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_abs_send_time.h | 109 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/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_event_mgr.h | 117 void FlushAccumulatedTensors() EXCLUSIVE_LOCKS_REQUIRED(mu_); 153 EXCLUSIVE_LOCKS_REQUIRED(mu_); 156 EXCLUSIVE_LOCKS_REQUIRED(mu_) { in QueueTensors() 161 EXCLUSIVE_LOCKS_REQUIRED(mu_) { in QueueBuffer() 166 EXCLUSIVE_LOCKS_REQUIRED(mu_) { in QueueFunc() 176 EXCLUSIVE_LOCKS_REQUIRED(mu_);
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | allocation_tracker.h | 90 const GlobalDataHandle& data) const EXCLUSIVE_LOCKS_REQUIRED(mutex_); 99 EXCLUSIVE_LOCKS_REQUIRED(mutex_); 105 EXCLUSIVE_LOCKS_REQUIRED(mutex_); 110 int device_ordinal) EXCLUSIVE_LOCKS_REQUIRED(mutex_);
|
D | channel_tracker.h | 71 EXCLUSIVE_LOCKS_REQUIRED(channel_mutex_); 74 EXCLUSIVE_LOCKS_REQUIRED(channel_mutex_); 77 EXCLUSIVE_LOCKS_REQUIRED(channel_mutex_);
|
/external/webrtc/webrtc/call/ |
D | bitrate_allocator.h | 83 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_);
|
/external/clang/test/Sema/ |
D | warn-thread-safety-analysis.c | 20 #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/tensorflow/tensorflow/compiler/xrt/ |
D | xrt_compilation_cache.h | 174 EXCLUSIVE_LOCKS_REQUIRED(mu_); 178 void MarkOldestEntryForEviction() EXCLUSIVE_LOCKS_REQUIRED(mu_); 196 EXCLUSIVE_LOCKS_REQUIRED(mu_); 207 initialize_program) EXCLUSIVE_LOCKS_REQUIRED(mu_);
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | google_auth_provider.h | 49 Status GetTokenFromFiles() EXCLUSIVE_LOCKS_REQUIRED(mu_); 52 Status GetTokenFromGce() EXCLUSIVE_LOCKS_REQUIRED(mu_); 55 Status GetTokenForTesting() EXCLUSIVE_LOCKS_REQUIRED(mu_);
|
D | ram_file_block_cache.h | 194 EXCLUSIVE_LOCKS_REQUIRED(mu_); 203 void Trim() EXCLUSIVE_LOCKS_REQUIRED(mu_); 210 void RemoveFile_Locked(const string& filename) EXCLUSIVE_LOCKS_REQUIRED(mu_); 214 void RemoveBlock(BlockMap::iterator entry) EXCLUSIVE_LOCKS_REQUIRED(mu_);
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module_impl.h | 215 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/ |
D | webrtcvideoengine2.h | 215 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/tensorflow/tensorflow/core/kernels/data/ |
D | parallel_interleave_dataset_op.cc | 346 void AdvanceToNextInCycle() EXCLUSIVE_LOCKS_REQUIRED(*mu_) { in AdvanceToNextInCycle() 352 void AdvancePosition() EXCLUSIVE_LOCKS_REQUIRED(*mu_) { in AdvancePosition() 363 EXCLUSIVE_LOCKS_REQUIRED(*mu_) { in Consume() 379 EXCLUSIVE_LOCKS_REQUIRED(*mu_) { in ConsumeHelper() 436 auto busy = [this]() EXCLUSIVE_LOCKS_REQUIRED(*mu_) -> bool { in CurrentElementsManager() 517 EXCLUSIVE_LOCKS_REQUIRED(*mu_) { in EnsureThreadsStarted() 581 auto busy = [this]() EXCLUSIVE_LOCKS_REQUIRED(*mu_) -> bool { in FutureElementsManager() 632 EXCLUSIVE_LOCKS_REQUIRED(*mu_) { in MakeElement() 667 EXCLUSIVE_LOCKS_REQUIRED(*mu_) { in WriteStatusLocked() 679 Status* status) EXCLUSIVE_LOCKS_REQUIRED(*mu_) { in ReadStatusLocked() [all …]
|