Searched refs:thread_loop_id2 (Results 1 – 2 of 2) sorted by relevance
194 uv_thread_t thread_loop_id2; in TEST_IMPL() local196 uv_thread_create(&thread_loop_id2, run_event_loop, &thread_loop2); in TEST_IMPL()224 uv_thread_join(&thread_loop_id2); in TEST_IMPL()
231 uv_thread_t thread_loop_id2; in TEST_IMPL() local233 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 5 milliseconds