Home
last modified time | relevance | path

Searched defs:num_threads (Results 1 - 25 of 63) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dbarrier.h53 explicit Barrier(int num_threads) in Barrier() argument
H A Dblocking_counter_benchmark.cc61 int num_threads = state.range(0); in BM_BlockingCounter_Wait() local
/third_party/benchmark/src/
H A Dcounter.cc20 Finish(Counter const& c, IterationCount iterations, double cpu_time, double num_threads) Finish() argument
42 Finish(UserCounters* l, IterationCount iterations, double cpu_time, double num_threads) Finish() argument
H A Dthread_manager.h14 explicit ThreadManager(int num_threads) in ThreadManager() argument
H A Dmutex.h101 Barrier(int num_threads) : running_threads_(num_threads) {} in Barrier() argument
/third_party/libuv/test/
H A Dbenchmark-thread.c30 static volatile int num_threads; variable
/third_party/node/deps/base64/base64/lib/
H A Dlib_openmp.c27 int num_threads, i; in base64_encode_openmp() local
85 int num_threads, result = 0, i; base64_decode_openmp() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_cs_tpool.c87 lp_cs_tpool_create(unsigned num_threads) in lp_cs_tpool_create() argument
[all...]
H A Dlp_cs_tpool.h49 unsigned num_threads; member
H A Dlp_screen.h53 unsigned num_threads; member
H A 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
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler_test.cpp132 constexpr auto num_threads = sizeof(void*) > 4 ? 1000 : 100; in TEST_P() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dthread_pool.h35 explicit ThreadPool(int num_threads) { in ThreadPool() argument
/kernel/linux/linux-6.6/include/linux/
H A Dcpu_smt.h26 static inline void cpu_smt_set_num_threads(unsigned int num_threads, in cpu_smt_set_num_threads() argument
/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A Dmultiorder.c200 const int num_threads = sysconf(_SC_NPROCESSORS_ONLN); in multiorder_iteration_race() local
/third_party/ltp/testcases/kernel/sched/pthreads/
H A Dpth_str02.c68 int num_threads = DEFAULT_NUM_THREADS; variable
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-multithread.c37 static int num_threads = 30; variable
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Dmultiorder.c200 const int num_threads = sysconf(_SC_NPROCESSORS_ONLN); in multiorder_iteration_race() local
255 const int num_threads = sysconf(_SC_NPROCESSORS_ONLN) * 4; in load_race() local
/third_party/alsa-lib/test/
H A Dpcm-multi-thread.c42 static int num_threads = 1; variable
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c108 run_workgroup(const struct sp_compute_shader *cs, int g_w, int g_h, int g_d, int num_threads, struct tgsi_exec_machine **machines) run_workgroup() argument
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetaddrinfo.c302 static void do_test_concurrently(void *(*test) (void *arg), size_t num_threads) in do_test_concurrently() argument
331 size_t num_threads = 16; in main() local
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp343 size_t num_threads = std::thread::hardware_concurrency(); in CloneBuffer() local
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbexec.c724 u32 num_threads; in acpi_db_create_execution_threads() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
H A Dbasic_percpu_ops_test.c111 const int num_threads = 200; in test_percpu_spinlock() local
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddbexec.c724 u32 num_threads; in acpi_db_create_execution_threads() local
[all...]

Completed in 10 milliseconds

123