Lines Matching defs:BlockingCall
319 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name))
321 struct BlockingCall {
322 explicit BlockingCall(ThreadState *thr)
340 ~BlockingCall() {
1026 // (see BlockingCall below). Disable async signals since we are running
1027 // tsan code. Also ScopedInterceptor and BlockingCall destructors won't run
1034 // Undo BlockingCall ctor effects.
1057 BlockingCall bc(thr);