Searched refs:BlockingCall (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp317 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name))
319 struct BlockingCall { struct
320 explicit BlockingCall(ThreadState *thr) function in struct:BlockingCall
338 ~BlockingCall() {
1127 // (see BlockingCall below). Disable async signals since we are running
1128 // tsan code. Also ScopedInterceptor and BlockingCall destructors won't run
1135 // Undo BlockingCall ctor effects.
1158 BlockingCall bc(thr);

Completed in 55 milliseconds