Searched refs:thread_handle2 (Results 1 – 2 of 2) sorted by relevance
75 static uv_tcp_t thread_handle2; variable98 uv_close((uv_handle_t*) &thread_handle2, NULL); in ticktack()106 server == (uv_stream_t*) &thread_handle2); in on_connection()160 handle = &thread_handle2; in run_event_loop()
93 static uv_udp_t thread_handle2; variable120 uv_close((uv_handle_t*) &thread_handle2, NULL); in ticktack()130 ASSERT(handle == &thread_handle1 || handle == &thread_handle2); in on_recv()196 handle = &thread_handle2; in run_event_loop()
Completed in 15 milliseconds