Home
last modified time | relevance | path

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

/art/runtime/arch/
Dstub_test.cc737 bool take_lock; // Whether to lock or unlock in this step. in TestUnlockObject() local
739 take_lock = true; in TestUnlockObject()
741 take_lock = false; in TestUnlockObject()
744 take_lock = r.next() % 2 == 0; in TestUnlockObject()
747 if (take_lock) { in TestUnlockObject()