Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c115 static uint32_t g_churn_count = 0; variable
255 if (g_churn_count == 0) { in create_churn_threads()
256 g_churn_count = g_test_rt_smt ? g_numcpus : g_numcpus - 1; in create_churn_threads()
265 g_churn_threads = (pthread_t*) valloc(sizeof(pthread_t) * g_churn_count); in create_churn_threads()
280 for (uint32_t i = 0; i < g_churn_count; i++) { in create_churn_threads()
305 for (uint32_t i = 0; i < g_churn_count; i++) { in join_churn_threads()
1583 g_churn_count = read_dec_arg(); in parse_args()