Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc319 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name))
321 struct BlockingCall { struct
322 explicit BlockingCall(ThreadState *thr) in BlockingCall() function
340 ~BlockingCall() { in ~BlockingCall() argument
1057 BlockingCall bc(thr); in cond_wait()