• Home
  • Raw
  • Download

Lines Matching refs:DoNothing

55 static void DoNothing(void* arg, grpc_error* error) {}  in DoNothing()  function
62 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx)); in BM_ClosureInitAgainstExecCtx()
75 &c, DoNothing, nullptr, grpc_combiner_scheduler(combiner))); in BM_ClosureInitAgainstCombiner()
86 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureRunOnExecCtx()
102 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()
199 DoNothing(nullptr, GRPC_ERROR_NONE); in BM_TryAcquireMutex()
217 DoNothing(nullptr, GRPC_ERROR_NONE); in BM_AcquireSpinlock()
232 DoNothing(nullptr, GRPC_ERROR_NONE); in BM_TryAcquireSpinlock()
247 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_combiner_scheduler(combiner)); in BM_ClosureSchedOnCombiner()
264 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, grpc_combiner_scheduler(combiner)); in BM_ClosureSched2OnCombiner()
265 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, grpc_combiner_scheduler(combiner)); in BM_ClosureSched2OnCombiner()
284 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, grpc_combiner_scheduler(combiner)); in BM_ClosureSched3OnCombiner()
285 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, grpc_combiner_scheduler(combiner)); in BM_ClosureSched3OnCombiner()
286 GRPC_CLOSURE_INIT(&c3, DoNothing, nullptr, grpc_combiner_scheduler(combiner)); in BM_ClosureSched3OnCombiner()
306 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, in BM_ClosureSched2OnTwoCombiners()
308 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, in BM_ClosureSched2OnTwoCombiners()
331 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, in BM_ClosureSched4OnTwoCombiners()
333 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, in BM_ClosureSched4OnTwoCombiners()
335 GRPC_CLOSURE_INIT(&c3, DoNothing, nullptr, in BM_ClosureSched4OnTwoCombiners()
337 GRPC_CLOSURE_INIT(&c4, DoNothing, nullptr, in BM_ClosureSched4OnTwoCombiners()