Home
last modified time | relevance | path

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

123

/third_party/musl/libc-test/src/functional/
Ddl_multithread_lock.c178 static void do_test_concurrently(void *(*test) (void *arg), size_t num_threads) in do_test_concurrently()
248 size_t num_threads = 1000; in dl_multithread_lock_0100() local
262 size_t num_threads = 20; in dl_multithread_lock_0200() local
283 size_t num_threads = 19; in dl_multithread_lock_0300() local
318 size_t num_threads = 5; in dl_multithread_lock_0400() local
341 size_t num_threads = 500; in dl_multithread_lock_0500() local
355 size_t num_threads = 50; in dl_multithread_lock_0600() local
/third_party/grpc/src/core/lib/resource_quota/
Dthread_quota.cc32 bool ThreadQuota::Reserve(size_t num_threads) { in Reserve()
39 void ThreadQuota::Release(size_t num_threads) { in Release()
/third_party/benchmark/src/
Dcounter.cc21 double num_threads) { in Finish()
43 double num_threads) { in Finish()
Dthread_manager.h14 explicit ThreadManager(int num_threads) in ThreadManager()
/third_party/protobuf/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()
Dblocking_counter_benchmark.cc61 int num_threads = state.range(0); in BM_BlockingCounter_Wait() local
/third_party/grpc/src/ruby/end2end/
Dmultiple_killed_watching_threads_test.rb35 def run_multiple_killed_watches(num_threads, sleep_time) argument
/third_party/vixl/tools/
Dthread_pool.py42 def Multithread(function, list_of_args, num_threads=1, init_function=None): argument
/third_party/mesa3d/src/intel/vulkan_hasvk/tests/
Dstate_pool.c35 const unsigned num_threads = 8; in state_pool_test() local
Dstate_pool_free_list_only.c35 const unsigned num_threads = 8; in state_pool_free_list_only_test() local
/third_party/mesa3d/src/intel/vulkan/tests/
Dstate_pool.c35 const unsigned num_threads = 8; in state_pool_test() local
Dstate_pool_free_list_only.c35 const unsigned num_threads = 8; in state_pool_free_list_only_test() local
Dstate_pool_test_helper.h69 static void run_state_pool_test(struct anv_state_pool *state_pool, unsigned num_threads, in run_state_pool_test()
/third_party/libuv/test/
Dbenchmark-thread.c30 static volatile int num_threads; variable
/third_party/protobuf/third_party/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h37 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/skia/third_party/externals/harfbuzz/test/api/
Dtest-multithread.c37 static int num_threads = 30; variable
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_cs_tpool.c87 lp_cs_tpool_create(unsigned num_threads) in lp_cs_tpool_create()
Dlp_query.c99 const unsigned num_threads = MAX2(1, screen->num_threads); in llvmpipe_get_query_result() local
226 const unsigned num_threads = MAX2(1, screen->num_threads); in llvmpipe_get_query_result_resource() local
/third_party/skia/m133/third_party/externals/harfbuzz/test/api/
Dtest-multithread.c37 static int num_threads = 30; variable
/third_party/ltp/testcases/kernel/sched/pthreads/
Dpth_str02.c68 int num_threads = DEFAULT_NUM_THREADS; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/st/scripts/experimental/
Dmodel_info.py134 def benchmark_performance_cmd(self, input_shapes="", warmup_loop=3, loop=10, num_threads=2): argument
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetaddrinfo.c302 static void do_test_concurrently(void *(*test) (void *arg), size_t num_threads) in do_test_concurrently()
331 size_t num_threads = 16; in main() local
/third_party/rust/rust/library/std/src/sync/
Dbarrier.rs38 num_threads: usize, field

123