Searched defs:UNLOCK_FUNCTION (Results 1 – 11 of 11) 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
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