Searched refs:take_lock (Results 1 – 1 of 1) sorted by relevance
733 bool take_lock; // Whether to lock or unlock in this step. in TestUnlockObject() local735 take_lock = true; in TestUnlockObject()737 take_lock = false; in TestUnlockObject()740 take_lock = r.next() % 2 == 0; in TestUnlockObject()743 if (take_lock) { in TestUnlockObject()