Home
last modified time | relevance | path

Searched defs:num_add (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/test/cpp/microbenchmarks/
Dbm_threadpool.cc68 int num_add) in AddAnotherFunctor()
100 const int num_add = num_iterations / kConcurrentFunctor; in ThreadPoolAddAnother() local
185 int num_add) in AddSelfFunctor()
216 const int num_add = num_iterations / kConcurrentFunctor; in ThreadPoolAddSelf() local
/third_party/grpc/test/core/iomgr/
Dthreadpool_test.cc87 WorkThread(grpc_core::ThreadPool* pool, SimpleFunctorForAdd* cb, int num_add) in WorkThread()