Searched defs:UNLOCK_FUNCTION (Results 1 - 4 of 4) sorted by relevance

/art/runtime/entrypoints/portable/
H A Dportable_jni_entrypoints.cc26 UNLOCK_FUNCTION(Locks::mutator_lock_) { function in namespace:art
35 UNLOCK_FUNCTION(Locks::mutator_lock_) NO_THREAD_SAFETY_ANALYSIS {
/art/runtime/base/
H A Dmacros.h210 #define UNLOCK_FUNCTION(...) THREAD_ANNOTATION_ATTRIBUTE__(unlock_function(__VA_ARGS__)) macro
216 #define UNLOCK_FUNCTION(...) THREAD_ANNOTATION_ATTRIBUTE__(unlock(__VA_ARGS__)) macro
H A Dmutex.h216 void ExclusiveUnlock(Thread* self) UNLOCK_FUNCTION();
217 void Unlock(Thread* self) UNLOCK_FUNCTION() { ExclusiveUnlock(self); } function in class:art::Mutex
296 void ExclusiveUnlock(Thread* self) UNLOCK_FUNCTION();
297 void WriterUnlock(Thread* self) UNLOCK_FUNCTION() { ExclusiveUnlock(self); } function in class:art::ReaderWriterMutex
314 void SharedUnlock(Thread* self) UNLOCK_FUNCTION() ALWAYS_INLINE;
315 void ReaderUnlock(Thread* self) UNLOCK_FUNCTION() { SharedUnlock(self); } function in class:art::ReaderWriterMutex
425 ~MutexLock() UNLOCK_FUNCTION() { function in class:art::MutexLock
446 ~ReaderMutexLock() UNLOCK_FUNCTION() { function in class:art::ReaderMutexLock
468 ~WriterMutexLock() UNLOCK_FUNCTION() { function in class:art::WriterMutexLock
/art/runtime/
H A Dcheck_jni.cc167 ~ScopedCheck() UNLOCK_FUNCTION(Locks::mutator_lock_) {} function in class:art::ScopedCheck

Completed in 109 milliseconds