Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 5 of 5) sorted by relevance

/art/test/1942-suspend-raw-monitor-exit/
Dnative_suspend_monitor.cc37 std::atomic<bool> locked(false);
47 locked.store(true); in Java_art_Test1942_nativeRun()
55 locked.store(false); in Java_art_Test1942_nativeRun()
59 return locked.load(); in Java_art_Test1942_isLocked()
/art/test/1943-suspend-raw-monitor-wait/
Dnative_suspend_monitor.cc34 std::atomic<bool> locked(false);
45 locked.store(true); in Java_art_Test1943_nativeRun()
52 locked.store(false); in Java_art_Test1943_nativeRun()
57 while (!locked.load()) { } in Java_art_Test1943_waitForPause()
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc90 artJniUnlockObject(mirror::Object* locked, Thread* self) NO_THREAD_SAFETY_ANALYSIS in artJniUnlockObject() argument
102 locked->MonitorExit(self); in artJniUnlockObject()
Dquick_entrypoints.h64 extern "C" void artJniUnlockObject(mirror::Object* locked, Thread* self)
/art/runtime/
Dmonitor_inflation.md10 not they have a system hash code. It can also represent a locked (via a `synchronized` block)
52 to store a hash code in a locked object, when there is lock contention, or when `Object.wait` is