Searched refs:test_hangcheck (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd-network/
H A Dtest-ndisc-rs.c32 static sd_event_source *test_hangcheck; variable
137 assert_se(sd_event_add_time(e, &test_hangcheck, clock_boottime_or_monotonic(),
149 test_hangcheck = sd_event_source_unref(test_hangcheck);
H A Dtest-dhcp-client.c43 static sd_event_source *test_hangcheck; variable
468 assert_se(sd_event_add_time(e, &test_hangcheck,
478 test_hangcheck = sd_event_source_unref(test_hangcheck);
H A Dtest-dhcp6-client.c352 static int test_hangcheck(sd_event_source *s, uint64_t usec, void *userdata) { function
731 test_hangcheck, NULL) >= 0);

Completed in 1010 milliseconds