Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h632 : thr_(thr), locked_(recursive ? thr->slot_locked : false) { in thr_()
640 if (!locked_) in thr_()
646 if (!locked_) in ~SlotLocker()
652 bool locked_; variable
657 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
/freebsd/crypto/openssl/
H A DCHANGES.md14202 `CRYPTO_get_[locked_]mem_functions` now writes 0 where such an
14204 Similarly, `CRYPTO_get_[locked_]mem_ex_functions` writes 0 where