Lines Matching refs:thread
129 uv_thread_t thread; in TEST_IMPL() local
133 ASSERT_OK(uv_thread_create(&thread, worker, &wc)); in TEST_IMPL()
139 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
148 uv_thread_t thread; in TEST_IMPL() local
152 ASSERT_OK(uv_thread_create(&thread, worker, &wc)); in TEST_IMPL()
158 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
193 uv_thread_t thread; in TEST_IMPL() local
197 ASSERT_OK(uv_thread_create(&thread, worker, &wc)); in TEST_IMPL()
203 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
212 uv_thread_t thread; in TEST_IMPL() local
216 ASSERT_OK(uv_thread_create(&thread, worker, &wc)); in TEST_IMPL()
222 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()