Lines Matching refs:DoNothing
54 static void DoNothing(void* /*arg*/, grpc_error* /*error*/) {} in DoNothing() function
61 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx)); in BM_ClosureInitAgainstExecCtx()
74 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, nullptr)); in BM_ClosureInitAgainstCombiner()
85 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureRun()
101 GRPC_CLOSURE_CREATE(DoNothing, nullptr, grpc_schedule_on_exec_ctx), in BM_ClosureCreateAndRun()
116 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx), in BM_ClosureInitAndRun()
127 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSchedOnExecCtx()
142 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched2OnExecCtx()
143 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched2OnExecCtx()
160 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched3OnExecCtx()
161 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched3OnExecCtx()
162 GRPC_CLOSURE_INIT(&c3, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched3OnExecCtx()
183 DoNothing(nullptr, GRPC_ERROR_NONE); in BM_AcquireMutex()
200 DoNothing(nullptr, GRPC_ERROR_NONE); in BM_TryAcquireMutex()
219 DoNothing(nullptr, GRPC_ERROR_NONE); in BM_AcquireSpinlock()
234 DoNothing(nullptr, GRPC_ERROR_NONE); in BM_TryAcquireSpinlock()
249 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, nullptr); in BM_ClosureSchedOnCombiner()
266 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, nullptr); in BM_ClosureSched2OnCombiner()
267 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, nullptr); in BM_ClosureSched2OnCombiner()
286 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, nullptr); in BM_ClosureSched3OnCombiner()
287 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, nullptr); in BM_ClosureSched3OnCombiner()
288 GRPC_CLOSURE_INIT(&c3, DoNothing, nullptr, nullptr); in BM_ClosureSched3OnCombiner()
308 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, nullptr); in BM_ClosureSched2OnTwoCombiners()
309 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, nullptr); in BM_ClosureSched2OnTwoCombiners()
331 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, nullptr); in BM_ClosureSched4OnTwoCombiners()
332 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, nullptr); in BM_ClosureSched4OnTwoCombiners()
333 GRPC_CLOSURE_INIT(&c3, DoNothing, nullptr, nullptr); in BM_ClosureSched4OnTwoCombiners()
334 GRPC_CLOSURE_INIT(&c4, DoNothing, nullptr, nullptr); in BM_ClosureSched4OnTwoCombiners()