Home
last modified time | relevance | path

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

/art/runtime/arch/
Dstub_test.cc605 bool take_lock; // Whether to lock or unlock in this step. in TestUnlockObject() local
607 take_lock = true; in TestUnlockObject()
609 take_lock = false; in TestUnlockObject()
612 take_lock = r.next() % 2 == 0; in TestUnlockObject()
615 if (take_lock) { in TestUnlockObject()