Searched refs:UNLOCK_FUNCTION (Results 1 - 12 of 12) sorted by relevance

/art/runtime/native/
H A Dscoped_fast_native_object_access.h39 ~ScopedFastNativeObjectAccess() UNLOCK_FUNCTION(Locks::mutator_lock_) ALWAYS_INLINE {
/art/runtime/base/
H A Dmacros.h264 #define UNLOCK_FUNCTION(...) THREAD_ANNOTATION_ATTRIBUTE__(unlock_function(__VA_ARGS__)) macro
284 #define UNLOCK_FUNCTION(...) THREAD_ANNOTATION_ATTRIBUTE__(unlock(__VA_ARGS__)) macro
H A Dmutex.h436 void TransitionFromRunnableToSuspended(Thread* self) UNLOCK_FUNCTION() ALWAYS_INLINE;
531 ~WriterMutexLock() UNLOCK_FUNCTION() { function in class:art::WriterMutexLock
/art/runtime/
H A Dscoped_thread_state_change.h264 ~ScopedObjectAccess() UNLOCK_FUNCTION(Locks::mutator_lock_) ALWAYS_INLINE {
285 UNLOCK_FUNCTION(Locks::mutator_lock_)
H A Dthread_list.h59 UNLOCK_FUNCTION(Locks::mutator_lock_);
216 UNLOCK_FUNCTION(Locks::mutator_lock_);
H A Dmonitor.h76 UNLOCK_FUNCTION(obj);
H A Druntime.h200 bool Start() UNLOCK_FUNCTION(Locks::mutator_lock_);
H A Dmonitor.cc851 UNLOCK_FUNCTION(obj) NO_THREAD_SAFETY_ANALYSIS {
H A Dthread.h262 UNLOCK_FUNCTION(Locks::mutator_lock_);
/art/runtime/gc/collector/
H A Dgarbage_collector.h130 ~ScopedPause() UNLOCK_FUNCTION();
/art/runtime/mirror/
H A Dobject.h150 UNLOCK_FUNCTION();
/art/compiler/
H A Doat_writer.cc965 ~WriteCodeMethodVisitor() UNLOCK_FUNCTION(Locks::mutator_lock_) {

Completed in 299 milliseconds