/external/v8/tools/clang/blink_gc_plugin/ |
D | Edge.cpp | 35 Leave(); in VisitRawPtr() 42 Leave(); in VisitRefPtr() 49 Leave(); in VisitUniquePtr() 56 Leave(); in VisitMember() 63 Leave(); in VisitWeakMember() 70 Leave(); in VisitPersistent() 78 Leave(); in VisitCrossThreadPersistent() 85 Leave(); in VisitCollection()
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_manager_win.cc | 59 _pCrit->Leave(); in ~UdpSocket2ManagerWindows() 64 _pCrit->Leave(); in ~UdpSocket2ManagerWindows() 142 _pCrit->Leave(); in Start() 145 _pCrit->Leave(); in Start() 167 _pCrit->Leave(); in StartWorkerThreads() 202 _pCrit->Leave(); in StartWorkerThreads() 214 _pCrit->Leave(); in StartWorkerThreads() 225 _pCrit->Leave(); in StartWorkerThreads() 250 _pCrit->Leave(); in Stop() 255 _pCrit->Leave(); in Stop() [all …]
|
D | udp_socket_manager_posix.cc | 97 _critSect->Leave(); in Start() 122 _critSect->Leave(); in Stop() 157 _critSect->Leave(); in AddSocket() 183 _critSect->Leave(); in RemoveSocket() 211 _critSectList->Leave(); in ~UdpSocketManagerPosixImpl() 305 _critSectList->Leave(); in AddSocket() 323 _critSectList->Leave(); in RemoveSocket() 333 _critSectList->Leave(); in RemoveSocket() 336 _critSectList->Leave(); in RemoveSocket() 388 _critSectList->Leave(); in UpdateSocketMap()
|
D | udp_socket_posix.cc | 235 _cs->Leave(); in CloseBlocking() 245 _cs->Leave(); in CloseBlocking() 253 _cs->Leave(); in ReadyForDeletion() 264 _cs->Leave(); in ReadyForDeletion()
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | Channel.cc | 109 _channelCritSect->Leave(); in SendData() 294 _channelCritSect->Leave(); in ResetStats() 309 _channelCritSect->Leave(); in Stats() 314 _channelCritSect->Leave(); in Stats() 325 _channelCritSect->Leave(); in Stats() 346 _channelCritSect->Leave(); in Stats() 370 _channelCritSect->Leave(); in Stats() 411 _channelCritSect->Leave(); in LastInTimestamp() 420 _channelCritSect->Leave(); in BitRate()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | critical_section_unittest.cc | 91 crit_sect->Leave(); // This frees the thread to act. in TEST_F() 112 crit_sect->Leave(); in TEST_F() 127 crit_sect->Leave(); in TEST_F()
|
D | critical_section_win.cc | 29 CriticalSectionWindows::Leave() { in Leave() function in webrtc::CriticalSectionWindows
|
D | critical_section_posix.h | 27 void Leave() override;
|
D | critical_section_posix.cc | 37 CriticalSectionPosix::Leave() { in Leave() function in webrtc::CriticalSectionPosix
|
D | critical_section_win.h | 27 virtual void Leave();
|
/external/libchrome/base/threading/ |
D | thread_collision_warner.h | 187 warner_->Leave(); in ~ScopedCheck() 206 warner_->Leave(); in ~ScopedRecursiveCheck() 226 void Leave();
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | fec_receiver_impl.cc | 228 crit_sect_->Leave(); in ProcessReceivedFec() 236 crit_sect_->Leave(); in ProcessReceivedFec() 249 crit_sect_->Leave(); in ProcessReceivedFec() 257 crit_sect_->Leave(); in ProcessReceivedFec()
|
/external/webrtc/webrtc/video/ |
D | vie_remb.cc | 118 list_crit_->Leave(); in OnReceiveBitrateChanged() 124 list_crit_->Leave(); in OnReceiveBitrateChanged() 137 list_crit_->Leave(); in OnReceiveBitrateChanged()
|
/external/webrtc/webrtc/base/ |
D | criticalsection.cc | 74 void CriticalSection::Leave() UNLOCK_FUNCTION() { in Leave() function in rtc::CriticalSection 119 CritScope::~CritScope() { cs_->Leave(); } in ~CritScope() 129 cs_->Leave(); in ~TryCritScope()
|
D | thread.cc | 359 crit_.Leave(); in Send() 367 crit_.Leave(); in Send() 399 crit_.Leave(); in ReceiveSendsFromThread() 407 crit_.Leave(); in ReceiveSendsFromThread()
|
D | criticalsection_unittest.cc | 120 cs_.Leave(); in Unlock() 313 cs.Leave(); in TEST() 318 cs.Leave(); in TEST()
|
D | sharedexclusivelock.cc | 26 cs_exclusive_.Leave(); in UnlockExclusive()
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | critical_section_wrapper.h | 33 virtual void Leave() UNLOCK_FUNCTION() = 0; 46 ~CriticalSectionScoped() UNLOCK_FUNCTION() { ptr_crit_sec_->Leave(); } in UNLOCK_FUNCTION()
|
/external/webrtc/webrtc/modules/video_capture/linux/ |
D | video_capture_linux.cc | 429 _captureCritSect->Leave(); in CaptureProcess() 435 _captureCritSect->Leave(); in CaptureProcess() 441 _captureCritSect->Leave(); in CaptureProcess() 458 _captureCritSect->Leave(); in CaptureProcess() 477 _captureCritSect->Leave(); in CaptureProcess()
|
/external/webrtc/webrtc/modules/video_render/android/ |
D | video_render_android_surface_view.cc | 417 _renderCritSect.Leave(); in RenderFrame() 448 _renderCritSect.Leave(); in DeliverFrame() 465 _renderCritSect.Leave(); in DeliverFrame() 469 _renderCritSect.Leave(); in DeliverFrame()
|
/external/v8/src/parsing/ |
D | func-name-inferrer.h | 43 if (fni_ != nullptr) fni_->Leave(); in ~State() 100 void Leave();
|
/external/webrtc/webrtc/modules/audio_device/dummy/ |
D | file_audio_device.cc | 487 _critSect.Leave(); in PlayThreadProcess() 500 _critSect.Leave(); in PlayThreadProcess() 529 _critSect.Leave(); in RecThreadProcess() 535 _critSect.Leave(); in RecThreadProcess()
|
/external/lzma/CPP/Windows/ |
D | Synchronization.h | 150 void Leave() { CriticalSection_Leave(&_object); } in Leave() function 156 void Unlock() { _object->Leave(); } in Unlock()
|
/external/clang/test/CodeGenObjCXX/ |
D | exceptions-legacy.mm | 27 // Leave the @synchronized. The reload of obj here is unnecessary. 66 // Leave the @try.
|
/external/pdfium/xfa/fwl/ |
D | cfwl_messagemouse.h | 24 Leave, enumerator
|