Home
last modified time | relevance | path

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

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