Searched defs:UNLOCK_FUNCTION (Results 1 – 16 of 16) sorted by relevance
43 ~ReadLockScoped() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function58 ~WriteLockScoped() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function
46 ~CriticalSectionScoped() UNLOCK_FUNCTION() { ptr_crit_sec_->Leave(); } in UNLOCK_FUNCTION() function
49 ~SharedScope() UNLOCK_FUNCTION() { lock_->UnlockShared(); } in UNLOCK_FUNCTION() function65 ~ExclusiveScope() UNLOCK_FUNCTION() { lock_->UnlockExclusive(); } in UNLOCK_FUNCTION() function
125 ~EnterExit() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function
92 #define UNLOCK_FUNCTION(...) \ macro
84 ~mutex_lock() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function123 ~tf_shared_lock() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function
125 #define UNLOCK_FUNCTION(...) \ macro
22 ~AutoLock() UNLOCK_FUNCTION() { lock_.Release(); } in UNLOCK_FUNCTION() function in __anon767d7dc00111::AutoLock
156 #define UNLOCK_FUNCTION(...) \ macro
17 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__))) macro
20 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__))) macro
20 #define UNLOCK_FUNCTION(...) __attribute__((unlock_function(__VA_ARGS__))) macro
23 #define UNLOCK_FUNCTION(...) __attribute__ ((unlock_function(__VA_ARGS__))) macro
395 ~SqliteLock() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function