Searched refs:take_lock (Results 1 – 1 of 1) sorted by relevance
737 bool take_lock; // Whether to lock or unlock in this step. in TestUnlockObject() local739 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()