/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | barrier.h | 53 explicit Barrier(int num_threads) in Barrier() argument
|
H A D | blocking_counter_benchmark.cc | 61 int num_threads = state.range(0); in BM_BlockingCounter_Wait() local
|
/third_party/benchmark/src/ |
H A D | counter.cc | 20 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 D | thread_manager.h | 14 explicit ThreadManager(int num_threads) in ThreadManager() argument
|
H A D | mutex.h | 101 Barrier(int num_threads) : running_threads_(num_threads) {} in Barrier() argument
|
/third_party/libuv/test/ |
H A D | benchmark-thread.c | 30 static volatile int num_threads; variable
|
/third_party/node/deps/base64/base64/lib/ |
H A D | lib_openmp.c | 27 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 D | lp_cs_tpool.c | 87 lp_cs_tpool_create(unsigned num_threads) in lp_cs_tpool_create() argument [all...] |
H A D | lp_cs_tpool.h | 49 unsigned num_threads; member
|
H A D | lp_screen.h | 53 unsigned num_threads; member
|
H A D | lp_query.c | 100 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...] |
H A D | lp_rast_priv.h | 127 unsigned num_threads; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | scheduler_test.cpp | 132 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 D | thread_pool.h | 35 explicit ThreadPool(int num_threads) { in ThreadPool() argument
|
/third_party/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str02.c | 68 int num_threads = DEFAULT_NUM_THREADS; variable
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-multithread.c | 37 static int num_threads = 30; variable
|
/third_party/alsa-lib/test/ |
H A D | pcm-multi-thread.c | 42 static int num_threads = 1; variable
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_compute.c | 108 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 D | getaddrinfo.c | 302 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
|
/third_party/mesa3d/src/util/ |
H A D | u_queue.h | 216 unsigned num_threads; /* decreasing this number will terminate threads */ member
|
H A D | u_queue.c | 363 util_queue_adjust_num_threads(struct util_queue *queue, unsigned num_threads) in util_queue_adjust_num_threads() argument 398 util_queue_init(struct util_queue *queue, const char *name, unsigned max_jobs, unsigned num_threads, unsigned flags, void *global_data) util_queue_init() argument [all...] |
/third_party/ltp/testcases/misc/math/float/ |
H A D | main.c | 59 int num_threads = DEFAULT_NUM_THREADS; variable [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_gallium.c | 559 unsigned num_threads = sysconf(_SC_NPROCESSORS_ONLN) - 1; in ir3_screen_init() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_shader.c | 589 unsigned num_threads = util_get_cpu_caps()->nr_cpus - 1; in etna_shader_screen_init() local
|
/third_party/musl/libc-test/src/functional/ |
H A D | dl_multithread_lock.c | 175 static void do_test_concurrently(void *(*test) (void *arg), size_t num_threads) in do_test_concurrently() argument 245 size_t num_threads = 1000; in dl_multithread_lock_0100() local 259 size_t num_threads = 20; in dl_multithread_lock_0200() local 280 size_t num_threads = 19; in dl_multithread_lock_0300() local 315 size_t num_threads in dl_multithread_lock_0400() local 338 size_t num_threads = 1000; dl_multithread_lock_0500() local 352 size_t num_threads = 100; dl_multithread_lock_0600() local [all...] |