Home
last modified time | relevance | path

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

/external/swiftshader/third_party/marl/src/
Dblockingcall_bench.cpp19 static void BlockingCall(benchmark::State& state) { in BlockingCall() function
24 BENCHMARK(BlockingCall);
/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() argument
340 ~BlockingCall() { in ~BlockingCall() argument
1057 BlockingCall bc(thr); in cond_wait()