Searched refs:locked_ (Results 1 – 2 of 2) 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
14202 `CRYPTO_get_[locked_]mem_functions` now writes 0 where such an14204 Similarly, `CRYPTO_get_[locked_]mem_ex_functions` writes 0 where