Home
last modified time | relevance | path

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

/xnu-8796.121.2/tests/counter/
H A Dbenchmark.c42 atomic_ullong tg_threads_ready; member
119 if (atomic_fetch_add(&(globals->tg_threads_ready), 1) == globals->tg_args.n_threads - 1) { in writer()
140 if (atomic_fetch_sub(&(globals->tg_threads_ready), 1) == 1) { in writer()