Searched refs:EXCLUSIVE_LOCK_FUNCTION (Results 1 - 8 of 8) sorted by relevance

/art/runtime/entrypoints/portable/
H A Dportable_lock_entrypoints.cc23 EXCLUSIVE_LOCK_FUNCTION(monitor_lock_) { function in namespace:art
/art/runtime/entrypoints/quick/
H A Dquick_lock_entrypoints.cc33 EXCLUSIVE_LOCK_FUNCTION(monitor_lock_) { function in namespace:art
/art/runtime/base/
H A Dmutex.h147 void ExclusiveLock(Thread* self) EXCLUSIVE_LOCK_FUNCTION();
148 void Lock(Thread* self) EXCLUSIVE_LOCK_FUNCTION() { ExclusiveLock(self); } function in class:art::Mutex
229 void ExclusiveLock(Thread* self) EXCLUSIVE_LOCK_FUNCTION();
230 void WriterLock(Thread* self) EXCLUSIVE_LOCK_FUNCTION() { ExclusiveLock(self); } function in class:art::ReaderWriterMutex
356 explicit MutexLock(Thread* self, Mutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) : self_(self), mu_(mu) { function in class:art::MutexLock
376 explicit ReaderMutexLock(Thread* self, ReaderWriterMutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) : function in class:art::ReaderMutexLock
398 explicit WriterMutexLock(Thread* self, ReaderWriterMutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) : function in class:art::WriterMutexLock
H A Dmacros.h163 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__ ((exclusive_lock(__VA_ARGS__))) macro
184 #define EXCLUSIVE_LOCK_FUNCTION(...) macro
/art/runtime/
H A Dmonitor.h76 EXCLUSIVE_LOCK_FUNCTION(monitor_lock_)
125 void Lock(Thread* self) EXCLUSIVE_LOCK_FUNCTION(monitor_lock_);
H A Dthread_list.h58 EXCLUSIVE_LOCK_FUNCTION(Locks::mutator_lock_)
H A Djni_internal.cc2413 EXCLUSIVE_LOCK_FUNCTION(monitor_lock_) { function in class:art::JNI
/art/runtime/mirror/
H A Dobject.h108 EXCLUSIVE_LOCK_FUNCTION(monitor_lock_);

Completed in 868 milliseconds