Searched refs:in_blocking_func (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 191 atomic_store(&thr->in_blocking_func, 1, memory_order_relaxed); in EnterBlockingFunc() 194 atomic_store(&thr->in_blocking_func, 0, memory_order_relaxed); in EnterBlockingFunc() 289 if (UNLIKELY(atomic_load(&thr->in_blocking_func, memory_order_relaxed))) { in ScopedInterceptor() 296 atomic_store(&thr->in_blocking_func, 0, memory_order_relaxed); in ScopedInterceptor() 387 atomic_store(&thr->in_blocking_func, 0, memory_order_relaxed); in ~BlockingCall() 564 buf->in_blocking_func = atomic_load(&thr->in_blocking_func, memory_order_relaxed); in SetJmp() 585 atomic_store(&thr->in_blocking_func, buf->in_blocking_func, in LongJmp() 1280 CHECK_EQ(atomic_load(&thr->in_blocking_func, memory_order_relaxed), 1); in Unlock() 1281 atomic_store(&thr->in_blocking_func, 0, memory_order_relaxed); in Unlock() 2271 atomic_load(&thr->in_blocking_func, memory_order_relaxed)) { in sighandler() [all …]
|
| H A D | tsan_rtl.h | 102 bool in_blocking_func; member 198 atomic_uintptr_t in_blocking_func; member 641 DCHECK(!atomic_load(&thr->in_blocking_func, memory_order_relaxed)); in thr_()
|