Home
last modified time | relevance | path

Searched refs:CS_DEBUG_CHECKS (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dcriticalsection.cc44 #if CS_DEBUG_CHECKS in Enter()
62 #if CS_DEBUG_CHECKS in TryEnter()
79 #if CS_DEBUG_CHECKS in Leave()
98 #if CS_DEBUG_CHECKS in CurrentThreadIsOwner()
110 #if CS_DEBUG_CHECKS in IsLocked()
Dcriticalsection.h33 #define CS_DEBUG_CHECKS 1 macro
36 #if CS_DEBUG_CHECKS
Dmessagequeue.cc62 #if CS_DEBUG_CHECKS // CurrentThreadIsOwner returns true by default. in AddInternal()
76 #if CS_DEBUG_CHECKS // CurrentThreadIsOwner returns true by default. in RemoveInternal()
107 #if CS_DEBUG_CHECKS // CurrentThreadIsOwner returns true by default. in ClearInternal()