Home
last modified time | relevance | path

Searched refs:LOCK_RETURNED (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dmacros.h196 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
/art/runtime/
Dthread.h434 Mutex* GetWaitMutex() const LOCK_RETURNED(wait_mutex_) { in GetWaitMutex()
Dclass_linker.h546 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) LOCK_RETURNED(dex_lock_) { in DexLock()