Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c1041 uint32_t threads_per_core = (g_numthreads / g_numcpus) + 1; in main() local
1043 g_iteration_sleeptime_us += threads_per_core * (g_each_spin_duration_ns / NSEC_PER_USEC); in main()