Home
last modified time | relevance | path

Searched refs:got_c (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
169 assert_se(!got_c); in time_handler()
170 got_c = true; in time_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()