Searched refs:test_stop (Results 1 – 5 of 5) sorted by relevance
29 static bool test_stop; variable64 while (!qatomic_read(&test_stop)) { in thread_func()85 qatomic_set(&test_stop, true); in run_test()
25 static bool test_stop; variable62 while (!qatomic_read(&test_stop)) { in thread_func()88 qatomic_set(&test_stop, true); in run_test()
73 static bool test_stop; variable219 while (!qatomic_read(&test_stop)) { in thread_func()433 qatomic_set(&test_stop, true); in run_test()
336 test_stop() function519 test_stop
724 def test_stop(self): member in TestEIO