HomeSort by: relevance | last modified time | path
    Searched defs:wait_for_remote_disconnect (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
dns-push.c 44 wakeup_t *wait_for_remote_disconnect; member in struct:push_test_state
158 push_state->wait_for_remote_disconnect = ioloop_wakeup_create();
160 TEST_FAIL_CHECK(push_state->test_state, push_state->wait_for_remote_disconnect != NULL, "can't wait for remote disconnect.");
163 ioloop_add_wake_event(push_state->wait_for_remote_disconnect, push_state, test_dns_push_remote_disconnect_didnt_happen, NULL, 6 * 1000);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-ioloop.c 76 static wakeup_t *wait_for_remote_disconnect = NULL; variable
636 wait_for_remote_disconnect = ioloop_wakeup_create();
637 if (!wait_for_remote_disconnect) {
642 ioloop_add_wake_event(wait_for_remote_disconnect, NULL, dso_remote_disconnect_didnt_happen, NULL, 6 * 1000);

Completed in 19 milliseconds