Home
last modified time | relevance | path

Searched refs:do_accept (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c383 int do_accept = 1; /* if non-zero, accept connection */ in handle_client() local
399 if (do_accept) { in handle_client()
409 do_accept = 0; in handle_client()
424 do_accept = 0; in handle_client()
447 do_accept = 0; in handle_client()
471 do_accept = 0; in handle_client()
/third_party/libuv/test/
H A Dtest-delayed-accept.c48 static void do_accept(uv_timer_t* timer_handle) { in do_accept() function
93 r = uv_timer_start(timer_handle, do_accept, 1000, 0); in connection_cb()

Completed in 2 milliseconds