HomeSort by: relevance | last modified time | path
    Searched refs:uv_thread_detach (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-thread.c 303 ASSERT_OK(uv_thread_detach(&thread));
  /src/external/mit/libuv/dist/src/win/
thread.c 102 int uv_thread_detach(uv_thread_t *tid) { function
  /src/external/mit/libuv/dist/src/unix/
thread.c 133 int uv_thread_detach(uv_thread_t *tid) { function
  /src/external/mit/libuv/dist/include/
uv.h 1888 UV_EXTERN int uv_thread_detach(uv_thread_t* tid);

Completed in 19 milliseconds