Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-thread.c303 ASSERT_OK(uv_thread_detach(&thread)); in TEST_IMPL()
/libuv/src/win/
H A Dthread.c99 int uv_thread_detach(uv_thread_t *tid) { in uv_thread_detach() function
/libuv/src/unix/
H A Dthread.c133 int uv_thread_detach(uv_thread_t *tid) { in uv_thread_detach() function
/libuv/docs/src/
H A Dthreading.rst81 .. c:function:: int uv_thread_detach(uv_thread_t* tid)
/libuv/include/
H A Duv.h1879 UV_EXTERN int uv_thread_detach(uv_thread_t* tid);

Completed in 17 milliseconds