Home
last modified time | relevance | path

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

/qemu/tests/bench/
H A Datomic64-bench.c29 static bool test_stop; variable
64 while (!qatomic_read(&test_stop)) { in thread_func()
85 qatomic_set(&test_stop, true); in run_test()
H A Datomic_add-bench.c25 static bool test_stop; variable
62 while (!qatomic_read(&test_stop)) { in thread_func()
88 qatomic_set(&test_stop, true); in run_test()
H A Dqht-bench.c73 static bool test_stop; variable
219 while (!qatomic_read(&test_stop)) { in thread_func()
433 qatomic_set(&test_stop, true); in run_test()
/qemu/tests/qemu-iotests/
H A D030724 def test_stop(self): member in TestEIO