Home
last modified time | relevance | path

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

12

/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()
Dmutex.h101 Barrier(int num_threads) : running_threads_(num_threads) {} in Barrier()
/third_party/node/deps/base64/base64/lib/
Dlib_openmp.c27 int num_threads, i; in base64_encode_openmp() local
85 int num_threads, result = 0, i; in base64_decode_openmp() local
/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/vixl/tools/
Dthread_pool.py42 def Multithread(function, list_of_args, num_threads=1, init_function=None): argument
/third_party/libuv/test/
Dbenchmark-thread.c30 static volatile int num_threads; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h35 explicit ThreadPool(int num_threads) { in ThreadPool()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c100 unsigned num_threads = MAX2(1, screen->num_threads); in llvmpipe_get_query_result() local
214 unsigned num_threads = MAX2(1, screen->num_threads); in llvmpipe_get_query_result_resource() local
Dlp_cs_tpool.c87 lp_cs_tpool_create(unsigned num_threads) in lp_cs_tpool_create()
Dlp_cs_tpool.h49 unsigned num_threads; member
Dlp_screen.h53 unsigned num_threads; member
Dlp_rast_priv.h127 unsigned num_threads; member
/third_party/skia/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/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/mesa3d/src/util/
Du_queue.c363 util_queue_adjust_num_threads(struct util_queue *queue, unsigned num_threads) in util_queue_adjust_num_threads()
401 unsigned num_threads, in util_queue_init()
Du_queue.h216 unsigned num_threads; /* decreasing this number will terminate threads */ member
/third_party/alsa-lib/test/
Dpcm-multi-thread.c42 static int num_threads = 1; variable
/third_party/python/Lib/test/
Dtest_thread.py160 def __init__(self, num_threads): argument
/third_party/ltp/testcases/misc/math/float/
Dmain.c59 int num_threads = DEFAULT_NUM_THREADS; variable
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c109 int g_w, int g_h, int g_d, int num_threads, in run_workgroup()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dscheduler_test.cpp132 constexpr auto num_threads = sizeof(void*) > 4 ? 1000 : 100; in TEST_P() local
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c82 static int num_threads = 1; variable
958 static int setup_shared_mem(int num_threads, int num_files, int depth, int reclen) in setup_shared_mem()
1137 static int run_workers(struct thread_info *t, int num_threads) in run_workers()

12