Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc317 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name))
319 struct BlockingCall { struct
320 explicit BlockingCall(ThreadState *thr) in BlockingCall() function
338 ~BlockingCall() { in ~BlockingCall() argument
1161 BlockingCall bc(thr); in cond_wait()