Searched refs:g_rt_churn_count (Results 1 – 1 of 1) sorted by relevance
118 static uint32_t g_rt_churn_count = 0; variable373 for (uint32_t i = 0; i < g_rt_churn_count; i++) { in wait_for_rt_churn_threads()382 for (uint32_t i = 0; i < g_rt_churn_count; i++) { in start_rt_churn_threads()391 if (g_rt_churn_count == 0) { in create_rt_churn_threads()393 g_rt_churn_count = g_numcpus - 1; in create_rt_churn_threads()402 g_rt_churn_threads = (pthread_t*) valloc(sizeof(pthread_t) * g_rt_churn_count); in create_rt_churn_threads()417 for (uint32_t i = 0; i < g_rt_churn_count; i++) { in create_rt_churn_threads()440 for (uint32_t i = 0; i < g_rt_churn_count; i++) { in join_rt_churn_threads()1618 g_rt_churn_count = read_dec_arg(); in parse_args()