Searched refs:thread1 (Results 1 – 2 of 2) sorted by relevance
58 uv_thread_t thread1, thread2; in main() local60 uv_thread_create(&thread1, thread1_worker, 0); in main()63 uv_thread_join(&thread1); in main()
165 void thread1() {
Completed in 4 milliseconds