Searched refs:locked_ (Results 1 – 1 of 1) sorted by relevance
632 : thr_(thr), locked_(recursive ? thr->slot_locked : false) { in thr_()640 if (!locked_) in thr_()646 if (!locked_) in ~SlotLocker()652 bool locked_; variable657 SlotUnlocker(ThreadState *thr) : thr_(thr), locked_(thr->slot_locked) { in SlotUnlocker()658 if (locked_) in SlotUnlocker()663 if (locked_) in ~SlotUnlocker()669 bool locked_; variable