Searched defs:num_threads (Results 1 – 6 of 6) sorted by relevance
67 int num_threads; member134 static void create_threads(int num_threads, int thr_tids[]) in create_threads()175 void create_processes(int num_processes, int num_threads, struct child_args proc[]) in create_processes()235 int num_threads = 3; in main() local
155 static void create_threads(uint32_t num_threads, uint32_t iterations, struct futex_info *finfo) in create_threads()180 static bool checkout_threads(uint32_t num_threads, struct futex_info *finfo) in checkout_threads()213 static void test_context_switch(uint32_t num_threads, uint32_t iterations) in test_context_switch()
200 const int num_threads = sysconf(_SC_NPROCESSORS_ONLN); in multiorder_iteration_race() local259 const int num_threads = sysconf(_SC_NPROCESSORS_ONLN) * 4; in load_race() local
513 const int num_threads = opt_threads; in test_percpu_spinlock() local590 const int num_threads = opt_threads; in test_percpu_inc() local740 const int num_threads = opt_threads; in test_percpu_list() local927 const int num_threads = opt_threads; in test_percpu_buffer() local1138 const int num_threads = opt_threads; in test_percpu_memcpy_buffer() local1397 const int num_threads = opt_threads; in test_membarrier() local
147 const int num_threads = 200; in test_percpu_spinlock() local
9297 int num_threads = topo.threads_per_core * num_cores; in allocate_counters() local
Completed in 30 milliseconds