Home
last modified time | relevance | path

Searched refs:uv_thread_join (Results 26 – 36 of 36) sorted by relevance

12

/libuv/src/
H A Dthreadpool.c179 if (uv_thread_join(threads + i)) in uv__threadpool_cleanup()
/libuv/test/
H A Dtest-ipc-send-recv.c199 r = uv_thread_join(&tid); in run_test()
H A Dbenchmark-multi-accept.c413 ASSERT_OK(uv_thread_join(&ctx->thread_id)); in test_tcp()
H A Dtest-fs.c3856 ASSERT_OK(uv_thread_join(&thread)); in test_fs_partial()
/libuv/src/unix/
H A Dthread.c285 int uv_thread_join(uv_thread_t *tid) { in uv_thread_join() function
H A Dfsevents.c682 uv_thread_join(&loop->cf_thread); in uv__fsevents_loop_delete()
H A Dstream.c1521 uv_thread_join(&s->thread); in uv__stream_close()
/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.h1899 UV_EXTERN int uv_thread_join(uv_thread_t *tid);
/libuv/
H A DChangeLog2925 * win: issue memory barrier in uv_thread_join() (Ben Noordhuis)

Completed in 71 milliseconds

12