Searched defs:UNLOCK_FUNCTION (Results 1 – 5 of 5) sorted by relevance
39 ~ScopedFastNativeObjectAccess() UNLOCK_FUNCTION(Locks::mutator_lock_) ALWAYS_INLINE { in UNLOCK_FUNCTION() function
210 #define UNLOCK_FUNCTION(...) THREAD_ANNOTATION_ATTRIBUTE__(unlock_function(__VA_ARGS__)) macro216 #define UNLOCK_FUNCTION(...) THREAD_ANNOTATION_ATTRIBUTE__(unlock(__VA_ARGS__)) macro
425 ~MutexLock() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function446 ~ReaderMutexLock() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function468 ~WriterMutexLock() UNLOCK_FUNCTION() { in UNLOCK_FUNCTION() function
270 ~ScopedObjectAccess() UNLOCK_FUNCTION(Locks::mutator_lock_) ALWAYS_INLINE { in UNLOCK_FUNCTION() function
167 ~ScopedCheck() UNLOCK_FUNCTION(Locks::mutator_lock_) {} in UNLOCK_FUNCTION() function in art::ScopedCheck