Home
last modified time | relevance | path

Searched refs:call_num (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/cpp/thread_manager/
Dthread_manager_test.cc104 int call_num = num_poll_for_work_.fetch_add(1, std::memory_order_relaxed); in PollForWork() local
105 if (call_num >= settings_.max_poll_calls) { in PollForWork()
118 if (call_num % 3 == 0) { in PollForWork()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dswitch_actor.cc127 const auto &call_num = parser->GetCallNumByFuncGraph(func_graph); in ParseReturnInput() local
128 InitVectorSize(call_num); in ParseReturnInput()
/third_party/grpc/test/cpp/server/load_reporter/
Dload_reporter_test.cc83 void PrepareCpuExpectation(size_t call_num) { in PrepareCpuExpectation() argument
87 for (size_t i = 0; i < call_num; ++i) { in PrepareCpuExpectation()