Home
last modified time | relevance | path

Searched refs:mtx_ (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.h36 void Lock() SANITIZER_ACQUIRE() { mtx_.Lock(); } in Lock()
37 void CheckLocked() const SANITIZER_CHECK_LOCKED() { mtx_.CheckLocked(); } in CheckLocked()
38 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); } in Unlock()
46 __sanitizer::Lock lock(&mtx_); in Create()
63 __sanitizer::Lock lock(&mtx_); in Detach()
83 __sanitizer::Lock lock(&mtx_); in size()
109 mutable Mutex mtx_;
108 mutable Mutex mtx_; global() variable
H A Dsanitizer_stack_store.h93 mutable StaticSpinMutex mtx_; variable
100 State state SANITIZER_GUARDED_BY(mtx_);
112 void Lock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS { mtx_.Lock(); } in Lock()
113 void Unlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS { mtx_.Unlock(); } in Unlock()
H A Dsanitizer_thread_arg_retval.cpp34 __sanitizer::Lock lock(&mtx_); in GetArgs()
43 __sanitizer::Lock lock(&mtx_); in Finish()
57 __sanitizer::Lock lock(&mtx_); in BeforeJoin()
76 __sanitizer::Lock lock(&mtx_); in DetachLocked()
H A Dsanitizer_thread_registry.h98 void Lock() SANITIZER_ACQUIRE() { mtx_.Lock(); } in Lock()
99 void CheckLocked() const SANITIZER_CHECK_LOCKED() { mtx_.CheckLocked(); } in CheckLocked()
100 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); } in Unlock()
147 Mutex mtx_; variable
H A Dsanitizer_stack_store.cpp137 SpinMutexLock l(&mtx_); in Create()
259 SpinMutexLock l(&mtx_); in GetOrUnpack()
310 SpinMutexLock l(&mtx_); in Pack()
380 SpinMutexLock l(&mtx_);
H A Dsanitizer_thread_registry.cpp113 mtx_(MutexThreadRegistry), in ThreadRegistry()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h102 Lock lock(&mtx_); in ForEach()
111 Mutex mtx_; variable
171 Lock lock(&mtx_); in AllocSuperBlock()