Home
last modified time | relevance | path

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

/openbmc/qemu/tests/bench/
H A Datomic64-bench.c24 static unsigned int n_ready_threads; variable
59 qatomic_inc(&n_ready_threads); in thread_func()
79 while (qatomic_read(&n_ready_threads) != n_threads) { in run_test()
H A Datomic_add-bench.c19 static unsigned int n_ready_threads; variable
57 qatomic_inc(&n_ready_threads); in thread_func()
82 while (qatomic_read(&n_ready_threads) != n_threads) { in run_test()
H A Dqht-bench.c52 static size_t n_ready_threads; variable
213 qatomic_inc(&n_ready_threads); in thread_func()
427 while (qatomic_read(&n_ready_threads) != n_rw_threads + n_rz_threads) { in run_test()