Home
last modified time | relevance | path

Searched refs:uv_thread_join (Results 1 – 25 of 35) sorted by path

12

/libuv/
H A DChangeLog2723 * win: issue memory barrier in uv_thread_join() (Ben Noordhuis)
/libuv/docs/code/signal/
H A Dmain.c63 uv_thread_join(&thread1); in main()
64 uv_thread_join(&thread2); in main()
/libuv/docs/code/thread-create/
H A Dmain.c32 uv_thread_join(&hare_id); in main()
33 uv_thread_join(&tortoise_id); in main()
/libuv/docs/src/guide/
H A Dthreads.rst36 wait for it to close using ``uv_thread_join()``.
65 the calling thread using a second parameter, ``uv_thread_join()`` does not. To
/libuv/docs/src/
H A Dthreading.rst132 .. c:function:: int uv_thread_join(uv_thread_t *tid)
/libuv/include/
H A Duv.h1882 UV_EXTERN int uv_thread_join(uv_thread_t *tid);
/libuv/src/
H A Dthreadpool.c179 if (uv_thread_join(threads + i)) in uv__threadpool_cleanup()
/libuv/src/unix/
H A Dfsevents.c686 uv_thread_join(&loop->cf_thread); in uv__fsevents_loop_delete()
H A Dstream.c1520 uv_thread_join(&s->thread); in uv__stream_close()
H A Dthread.c285 int uv_thread_join(uv_thread_t *tid) { in uv_thread_join() function
/libuv/src/win/
H A Dthread.c255 int uv_thread_join(uv_thread_t *tid) { in uv_thread_join() function
/libuv/test/
H A Dbenchmark-async-pummel.c88 ASSERT_OK(uv_thread_join(tids + i)); in test_async_pummel()
H A Dbenchmark-async.c101 ASSERT_OK(uv_thread_join(&threads[i].thread)); in test_async()
H A Dbenchmark-million-async.c63 ASSERT_OK(uv_thread_join(&thread_id)); in timer_cb()
H A Dbenchmark-multi-accept.c413 ASSERT_OK(uv_thread_join(&ctx->thread_id)); in test_tcp()
H A Dbenchmark-thread.c52 r = uv_thread_join(&tid); in BENCHMARK_IMPL()
H A Dtest-async-null-cb.c60 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
H A Dtest-async.c130 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
H A Dtest-barrier.c62 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
84 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
107 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
147 ASSERT_OK(uv_thread_join(&threads[i])); in TEST_IMPL()
H A Dtest-condvar.c139 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
158 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
203 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
222 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
H A Dtest-eintr-handling.c90 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
H A Dtest-embed.c74 ASSERT_OK(uv_thread_join(&thread)); in TEST_IMPL()
H A Dtest-fs.c3816 ASSERT_OK(uv_thread_join(&thread)); in test_fs_partial()
H A Dtest-ipc-send-recv.c199 r = uv_thread_join(&tid); in run_test()
H A Dtest-metrics.c120 uv_thread_join(&threads[i]); in TEST_IMPL()

Completed in 100 milliseconds

12