Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-event/
Dtest-event.c31 static bool got_a, got_b, got_c, got_unref; variable
49 assert_se(!got_b); in io_handler()
50 got_b = true; in io_handler()
227 got_a = false, got_b = false, got_c = false, got_d = 0; in test_basic_one()
263 assert_se(!got_a && !got_b && !got_c); in test_basic_one()
267 assert_se(!got_a && got_b && !got_c); in test_basic_one()
271 assert_se(!got_a && got_b && got_c); in test_basic_one()
275 assert_se(got_a && got_b && got_c); in test_basic_one()