Searched refs:BlockingCall (Results 1 – 2 of 2) sorted by relevance
19 static void BlockingCall(benchmark::State& state) { in BlockingCall() function24 BENCHMARK(BlockingCall);
319 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name))321 struct BlockingCall { struct322 explicit BlockingCall(ThreadState *thr) in BlockingCall() argument340 ~BlockingCall() { in ~BlockingCall() argument1057 BlockingCall bc(thr); in cond_wait()