Searched defs:threads (Results 1 – 5 of 5) sorted by relevance
74 pthread_t *threads = xcalloc (sizeof (*threads), inner_thread_count); in outer_thread() local117 pthread_t *threads = xcalloc (sizeof (*threads), outer_thread_count); in do_test() local
70 int threads = 100000; in do_test() local
117 create_threads (pthread_t *threads, size_t count, void *(*func) (void *)) in create_threads()124 join_threads (pthread_t *threads, size_t count) in join_threads()
83 pthread_t threads[thread_count]; in do_test() local
245 pthread_t threads[thread_count]; in run_one() local
Completed in 10 milliseconds