Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-event/
Dtest-event.c32 static unsigned got_d; variable
52 got_d++; in io_handler()
53 if (got_d < 2) in io_handler()
227 got_a = false, got_b = false, got_c = false, got_d = 0; in test_basic_one()
235 assert_se(got_d == 1); in test_basic_one()
238 assert_se(got_d == 2); in test_basic_one()