Searched refs:g_rt_churn_count (Results 1 – 1 of 1) sorted by relevance
117 static uint32_t g_rt_churn_count = 0; variable363 for (uint32_t i = 0; i < g_rt_churn_count; i++) { in wait_for_rt_churn_threads()372 for (uint32_t i = 0; i < g_rt_churn_count; i++) { in start_rt_churn_threads()381 if (g_rt_churn_count == 0) { in create_rt_churn_threads()383 g_rt_churn_count = g_numcpus - 1; in create_rt_churn_threads()392 g_rt_churn_threads = (pthread_t*) valloc(sizeof(pthread_t) * g_rt_churn_count); in create_rt_churn_threads()407 for (uint32_t i = 0; i < g_rt_churn_count; i++) { in create_rt_churn_threads()428 for (uint32_t i = 0; i < g_rt_churn_count; i++) { in join_rt_churn_threads()1586 g_rt_churn_count = read_dec_arg(); in parse_args()