Home
last modified time | relevance | path

Searched defs:UNLOCK_FUNCTION (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
Drw_lock_wrapper.h43 ~ReadLockScoped() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function
58 ~WriteLockScoped() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function
Dcritical_section_wrapper.h46 ~CriticalSectionScoped() UNLOCK_FUNCTION() { ptr_crit_sec_->Leave(); } in UNLOCK_FUNCTION() function
/external/webrtc/webrtc/base/
Dsharedexclusivelock.h49 ~SharedScope() UNLOCK_FUNCTION() { lock_->UnlockShared(); } in UNLOCK_FUNCTION() function
65 ~ExclusiveScope() UNLOCK_FUNCTION() { lock_->UnlockExclusive(); } in UNLOCK_FUNCTION() function
Dsignalthread.h125 ~EnterExit() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function
Dthread_annotations.h92 #define UNLOCK_FUNCTION(...) \ macro
/external/clang/test/SemaCXX/
Dwarn-thread-safety-verbose.cpp17 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__))) macro
Dwarn-thread-safety-negative.cpp20 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__))) macro
Dwarn-thread-safety-parsing.cpp17 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__))) macro
Dwarn-thread-safety-analysis.cpp20 #define UNLOCK_FUNCTION(...) __attribute__((unlock_function(__VA_ARGS__))) macro
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c17 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__))) macro
/external/clang/test/PCH/
Dthread-safety-attrs.cpp23 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__))) macro