Home
last modified time | relevance | path

Searched refs:thread_id (Results 1 – 5 of 5) sorted by relevance

/libuv/test/
H A Dbenchmark-million-async.c32 static uv_thread_t thread_id; variable
63 ASSERT_OK(uv_thread_join(&thread_id)); in timer_cb()
102 ASSERT_OK(uv_thread_create(&thread_id, thread_cb, NULL)); in BENCHMARK_IMPL()
H A Dtest-thread-equal.c29 uv_thread_t *thread_id = arg; in check_thread() local
35 *thread_id = uv_thread_self(); in check_thread()
H A Dtest-thread.c34 uv_thread_t thread_id; member
42 uv_thread_t thread_id; member
50 uv_thread_t thread_id; member
178 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()
H A Dbenchmark-multi-accept.c71 uv_thread_t thread_id; member
385 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()
/libuv/docs/src/guide/
H A Dthreads.rst106 uv_thread_create(thread_id, entry, (void *)a_mutex);

Completed in 9 milliseconds