Searched refs:g_churn_threads (Results 1 – 1 of 1) sorted by relevance
127 static pthread_t* g_churn_threads = NULL; variable265 g_churn_threads = (pthread_t*) valloc(sizeof(pthread_t) * g_churn_count); in create_churn_threads()266 assert(g_churn_threads); in create_churn_threads()286 g_churn_threads[i] = new_thread; in create_churn_threads()306 errno_t err = pthread_join(g_churn_threads[i], NULL); in join_churn_threads()