Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c553 time_value_t worker_threads_total_runtime = {}; variable
786 time_value_add(&worker_threads_total_runtime, &runtime); in worker_thread()
1297 …uint32_t worker_threads_runtime = worker_threads_total_runtime.seconds * 1000 + worker_threads_tot… in main()