Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c128 static pthread_t* g_rt_churn_threads = NULL; variable
392 g_rt_churn_threads = (pthread_t*) valloc(sizeof(pthread_t) * g_rt_churn_count); in create_rt_churn_threads()
393 assert(g_rt_churn_threads); in create_rt_churn_threads()
413 g_rt_churn_threads[i] = new_thread; in create_rt_churn_threads()
429 errno_t err = pthread_join(g_rt_churn_threads[i], NULL); in join_rt_churn_threads()