Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-tcp-reuseport.c73 static uv_loop_t thread_loop2; variable
97 if (timer->loop == &thread_loop2) in ticktack()
116 if (server->loop == &thread_loop2) in on_connection()
154 ASSERT(loop == &thread_loop1 || loop == &thread_loop2); in run_event_loop()
192 uv_loop_init(&thread_loop2); in TEST_IMPL()
196 uv_thread_create(&thread_loop_id2, run_event_loop, &thread_loop2); in TEST_IMPL()
242 uv_loop_close(&thread_loop2); in TEST_IMPL()
H A Dtest-udp-reuseport.c91 static uv_loop_t thread_loop2; variable
119 if (timer->loop == &thread_loop2) in ticktack()
148 if (handle->loop == &thread_loop2) in on_recv()
190 ASSERT(loop == &thread_loop1 || loop == &thread_loop2); in run_event_loop()
229 uv_loop_init(&thread_loop2); in TEST_IMPL()
233 uv_thread_create(&thread_loop_id2, run_event_loop, &thread_loop2); in TEST_IMPL()
281 uv_loop_close(&thread_loop2); in TEST_IMPL()

Completed in 6 milliseconds