Searched refs:g_rt_churn_threads (Results 1 – 1 of 1) sorted by relevance
128 static pthread_t* g_rt_churn_threads = NULL; variable392 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()