Searched refs:in_blocking_func (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 183 atomic_store(&thr->in_blocking_func, 1, memory_order_relaxed); in EnterBlockingFunc() 186 atomic_store(&thr->in_blocking_func, 0, memory_order_relaxed); in EnterBlockingFunc() 274 if (UNLIKELY(atomic_load(&thr->in_blocking_func, memory_order_relaxed))) { in ScopedInterceptor() 281 atomic_store(&thr->in_blocking_func, 0, memory_order_relaxed); in ScopedInterceptor() 372 atomic_store(&thr->in_blocking_func, 0, memory_order_relaxed); in ~BlockingCall() 548 buf->in_blocking_func = atomic_load(&thr->in_blocking_func, memory_order_relaxed); in SetJmp() 566 atomic_store(&thr->in_blocking_func, buf->in_blocking_func, in LongJmp() 1227 CHECK_EQ(atomic_load(&thr->in_blocking_func, memory_order_relaxed), 1); in Unlock() 1228 atomic_store(&thr->in_blocking_func, 0, memory_order_relaxed); in Unlock() 2197 atomic_load(&thr->in_blocking_func, memory_order_relaxed)) { in sighandler() [all …]
|
| H A D | tsan_rtl.h | 100 bool in_blocking_func; member 195 atomic_uintptr_t in_blocking_func; member 638 DCHECK(!atomic_load(&thr->in_blocking_func, memory_order_relaxed)); in thr_()
|