Home
last modified time | relevance | path

Searched refs:inner_thread_count (Results 1 – 1 of 1) sorted by relevance

/malloc/
A Dtst-malloc-thread-exit.c41 static int inner_thread_count = 4; variable
74 pthread_t *threads = xcalloc (sizeof (*threads), inner_thread_count); in outer_thread()
78 xpthread_barrier_init (&barrier, NULL, inner_thread_count + 1); in outer_thread()
79 for (int i = 0; i < inner_thread_count; ++i) in outer_thread()
89 for (int i = 0; i < inner_thread_count; ++i) in outer_thread()

Completed in 4 milliseconds