Lines Matching refs:Run
88 grpc_core::Closure::Run(DEBUG_LOCATION, &c, GRPC_ERROR_NONE); in BM_ClosureRun()
99 grpc_core::Closure::Run( in BM_ClosureCreateAndRun()
114 grpc_core::Closure::Run( in BM_ClosureInitAndRun()
130 grpc_core::ExecCtx::Run(DEBUG_LOCATION, &c, GRPC_ERROR_NONE); in BM_ClosureSchedOnExecCtx()
146 grpc_core::ExecCtx::Run(DEBUG_LOCATION, &c1, GRPC_ERROR_NONE); in BM_ClosureSched2OnExecCtx()
147 grpc_core::ExecCtx::Run(DEBUG_LOCATION, &c2, GRPC_ERROR_NONE); in BM_ClosureSched2OnExecCtx()
165 grpc_core::ExecCtx::Run(DEBUG_LOCATION, &c1, GRPC_ERROR_NONE); in BM_ClosureSched3OnExecCtx()
166 grpc_core::ExecCtx::Run(DEBUG_LOCATION, &c2, GRPC_ERROR_NONE); in BM_ClosureSched3OnExecCtx()
167 grpc_core::ExecCtx::Run(DEBUG_LOCATION, &c3, GRPC_ERROR_NONE); in BM_ClosureSched3OnExecCtx()
252 combiner->Run(&c, GRPC_ERROR_NONE); in BM_ClosureSchedOnCombiner()
270 combiner->Run(&c1, GRPC_ERROR_NONE); in BM_ClosureSched2OnCombiner()
271 combiner->Run(&c2, GRPC_ERROR_NONE); in BM_ClosureSched2OnCombiner()
291 combiner->Run(&c1, GRPC_ERROR_NONE); in BM_ClosureSched3OnCombiner()
292 combiner->Run(&c2, GRPC_ERROR_NONE); in BM_ClosureSched3OnCombiner()
293 combiner->Run(&c3, GRPC_ERROR_NONE); in BM_ClosureSched3OnCombiner()
312 combiner1->Run(&c1, GRPC_ERROR_NONE); in BM_ClosureSched2OnTwoCombiners()
313 combiner2->Run(&c2, GRPC_ERROR_NONE); in BM_ClosureSched2OnTwoCombiners()
337 combiner1->Run(&c1, GRPC_ERROR_NONE); in BM_ClosureSched4OnTwoCombiners()
338 combiner2->Run(&c2, GRPC_ERROR_NONE); in BM_ClosureSched4OnTwoCombiners()
339 combiner1->Run(&c3, GRPC_ERROR_NONE); in BM_ClosureSched4OnTwoCombiners()
340 combiner2->Run(&c4, GRPC_ERROR_NONE); in BM_ClosureSched4OnTwoCombiners()
359 grpc_core::ExecCtx::Run(DEBUG_LOCATION, &closure_, GRPC_ERROR_NONE); in ScheduleFirst()
363 grpc_core::ExecCtx::Run(DEBUG_LOCATION, in ScheduleFirstAgainstDifferentScheduler()
375 grpc_core::ExecCtx::Run(DEBUG_LOCATION, &self->closure_, GRPC_ERROR_NONE); in Step()