/third_party/grpc/src/core/lib/iomgr/executor/ |
D | threadpool.cc | 79 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/ |
D | counter.cc | 20 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/ |
D | counter.cc | 21 double num_threads) { in Finish() 43 double num_threads) { in Finish()
|
/third_party/nghttp2/src/ |
D | asio_server_http2_impl.cc | 55 void http2_impl::num_threads(size_t num_threads) { num_threads_ = num_threads; } in num_threads() argument
|
D | asio_server_http2.cc | 68 void http2::num_threads(size_t num_threads) { impl_->num_threads(num_threads); } in num_threads() argument
|
/third_party/boost/libs/thread/test/ |
D | test_once.cpp | 51 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/ |
D | barrier.h | 53 explicit Barrier(int num_threads) in Barrier()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | barrier.h | 53 explicit Barrier(int num_threads) in Barrier()
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_threadpool.cc | 98 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/ |
D | main.cpp | 34 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/ |
D | main.cpp | 34 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/ |
D | main.cpp | 34 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/ |
D | main.cpp | 34 std::size_t num_threads = boost::lexical_cast<std::size_t>(argv[3]); in main() local
|
/third_party/grpc/src/ruby/end2end/ |
D | multiple_killed_watching_threads_test.rb | 35 def run_multiple_killed_watches(num_threads, sleep_time) argument
|
D | multiple_killed_watching_threads_driver.rb | 35 def run_multiple_killed_watches(num_threads, sleep_time) argument
|
/third_party/boost/libs/thread/tutorial/ |
D | counter.cpp | 23 const int num_threads = 4; in main() local
|
/third_party/boost/boost/thread/executors/ |
D | scheduled_thread_pool.hpp | 27 scheduled_thread_pool(size_t num_threads) : super() in scheduled_thread_pool()
|
/third_party/libuv/test/ |
D | benchmark-thread.c | 30 static volatile int num_threads; variable
|
/third_party/abseil-cpp/absl/synchronization/internal/ |
D | thread_pool.h | 35 explicit ThreadPool(int num_threads) { in ThreadPool()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | thread_pool.h | 35 explicit ThreadPool(int num_threads) { in ThreadPool()
|
/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | gstclockstress.c | 50 gint num_threads; in main() local
|
/third_party/boost/libs/signals2/test/ |
D | invocation_benchmark.cpp | 40 static const unsigned num_threads = std::strtol(argv[1], 0, 0); in main() local
|
/third_party/boost/libs/thread/example/ |
D | mutex.cpp | 39 const int num_threads = 4; in main() local
|
D | recursive_mutex.cpp | 40 const int num_threads=4; in main() local
|
/third_party/nghttp2/examples/ |
D | asio-sv2.cc | 65 std::size_t num_threads = std::stoi(argv[3]); in main() local
|