Home
last modified time | relevance | path

Searched defs:UNLOCK_FUNCTION (Results 1 – 16 of 16) 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/tensorflow/tensorflow/core/platform/default/
Dmutex.h84 ~mutex_lock() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function
123 ~tf_shared_lock() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function
Dthread_annotations.h125 #define UNLOCK_FUNCTION(...) \ macro
/external/libchrome/base/
Dthread_annotations_unittest.cc22 ~AutoLock() UNLOCK_FUNCTION() { lock_.Release(); } in UNLOCK_FUNCTION() function in __anon767d7dc00111::AutoLock
Dthread_annotations.h156 #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
/external/tensorflow/tensorflow/core/lib/db/
Dsqlite.h395 ~SqliteLock() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function