Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-tcp-reuseport.c194 uv_thread_t thread_loop_id2; in TEST_IMPL() local
196 uv_thread_create(&thread_loop_id2, run_event_loop, &thread_loop2); in TEST_IMPL()
224 uv_thread_join(&thread_loop_id2); in TEST_IMPL()
H A Dtest-udp-reuseport.c231 uv_thread_t thread_loop_id2; in TEST_IMPL() local
233 uv_thread_create(&thread_loop_id2, run_event_loop, &thread_loop2); in TEST_IMPL()
264 uv_thread_join(&thread_loop_id2); in TEST_IMPL()

Completed in 19 milliseconds