Home
last modified time | relevance | path

Searched defs:num_threads (Results 1 – 25 of 75) sorted by relevance

123

/third_party/grpc/src/core/lib/iomgr/executor/
Dthreadpool.cc79 ThreadPool::ThreadPool(int num_threads) : num_threads_(num_threads) { in ThreadPool()
86 ThreadPool::ThreadPool(int num_threads, const char* thd_name) in ThreadPool()
93 ThreadPool::ThreadPool(int num_threads, const char* thd_name, in ThreadPool()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcounter.cc20 double Finish(Counter const& c, double cpu_time, double num_threads) { in Finish()
31 void Finish(UserCounters *l, double cpu_time, double num_threads) { in Finish()
/third_party/benchmark/src/
Dcounter.cc21 double num_threads) { in Finish()
43 double num_threads) { in Finish()
/third_party/nghttp2/src/
Dasio_server_http2_impl.cc55 void http2_impl::num_threads(size_t num_threads) { num_threads_ = num_threads; } in num_threads() argument
Dasio_server_http2.cc68 void http2::num_threads(size_t num_threads) { impl_->num_threads(num_threads); } in num_threads() argument
/third_party/boost/libs/thread/test/
Dtest_once.cpp51 unsigned const num_threads=20; in BOOST_AUTO_TEST_CASE() local
110 unsigned const num_threads=20; in BOOST_AUTO_TEST_CASE() local
170 unsigned const num_threads=20; in BOOST_AUTO_TEST_CASE() local
/third_party/abseil-cpp/absl/synchronization/
Dbarrier.h53 explicit Barrier(int num_threads) in Barrier()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dbarrier.h53 explicit Barrier(int num_threads) in Barrier()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_threadpool.cc98 const int num_threads = state.range(1); in ThreadPoolAddAnother() local
156 const int num_threads = state.range(1); in BM_ThreadPoolExternalAdd() local
214 const int num_threads = state.range(1); in ThreadPoolAddSelf() local
294 const int num_threads = state.range(0); in BM_SpikyLoad() local
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server2/
Dmain.cpp34 std::size_t num_threads = boost::lexical_cast<std::size_t>(argv[3]); in main() local
/third_party/boost/libs/asio/example/cpp03/http/server2/
Dmain.cpp34 std::size_t num_threads = boost::lexical_cast<std::size_t>(argv[3]); in main() local
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server3/
Dmain.cpp34 std::size_t num_threads = boost::lexical_cast<std::size_t>(argv[3]); in main() local
/third_party/boost/libs/asio/example/cpp03/http/server3/
Dmain.cpp34 std::size_t num_threads = boost::lexical_cast<std::size_t>(argv[3]); in main() local
/third_party/grpc/src/ruby/end2end/
Dmultiple_killed_watching_threads_test.rb35 def run_multiple_killed_watches(num_threads, sleep_time) argument
Dmultiple_killed_watching_threads_driver.rb35 def run_multiple_killed_watches(num_threads, sleep_time) argument
/third_party/boost/libs/thread/tutorial/
Dcounter.cpp23 const int num_threads = 4; in main() local
/third_party/boost/boost/thread/executors/
Dscheduled_thread_pool.hpp27 scheduled_thread_pool(size_t num_threads) : super() in scheduled_thread_pool()
/third_party/libuv/test/
Dbenchmark-thread.c30 static volatile int num_threads; variable
/third_party/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h35 explicit ThreadPool(int num_threads) { in ThreadPool()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h35 explicit ThreadPool(int num_threads) { in ThreadPool()
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dgstclockstress.c50 gint num_threads; in main() local
/third_party/boost/libs/signals2/test/
Dinvocation_benchmark.cpp40 static const unsigned num_threads = std::strtol(argv[1], 0, 0); in main() local
/third_party/boost/libs/thread/example/
Dmutex.cpp39 const int num_threads = 4; in main() local
Drecursive_mutex.cpp40 const int num_threads=4; in main() local
/third_party/nghttp2/examples/
Dasio-sv2.cc65 std::size_t num_threads = std::stoi(argv[3]); in main() local

123