Searched refs:thread_id (Results 1 – 5 of 5) sorted by relevance
32 static uv_thread_t thread_id; variable63 ASSERT_OK(uv_thread_join(&thread_id)); in timer_cb()102 ASSERT_OK(uv_thread_create(&thread_id, thread_cb, NULL)); in BENCHMARK_IMPL()
29 uv_thread_t *thread_id = arg; in check_thread() local35 *thread_id = uv_thread_self(); in check_thread()
34 uv_thread_t thread_id; member42 uv_thread_t thread_id; member50 uv_thread_t thread_id; member178 r = uv_thread_create(&threads[i].thread_id, do_work, &threads[i]); in TEST_IMPL()183 r = uv_thread_join(&threads[i].thread_id); in TEST_IMPL()
71 uv_thread_t thread_id; member385 ASSERT_OK(uv_thread_create(&ctx->thread_id, server_cb, ctx)); in test_tcp()413 ASSERT_OK(uv_thread_join(&ctx->thread_id)); in test_tcp()
106 uv_thread_create(thread_id, entry, (void *)a_mutex);
Completed in 9 milliseconds