Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-tcp-reuseport.c74 static uv_tcp_t thread_handle1; variable
96 uv_close((uv_handle_t*) &thread_handle1, NULL); in ticktack()
105 ASSERT(server == (uv_stream_t*) &thread_handle1 || \ in on_connection()
157 handle = &thread_handle1; in run_event_loop()
H A Dtest-udp-reuseport.c92 static uv_udp_t thread_handle1; variable
118 uv_close((uv_handle_t*) &thread_handle1, NULL); in ticktack()
130 ASSERT(handle == &thread_handle1 || handle == &thread_handle2); in on_recv()
193 handle = &thread_handle1; in run_event_loop()

Completed in 6 milliseconds