Searched refs:uv_thread_create_ex (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-thread.c | 262 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL() 267 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL() 272 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL() 277 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL() 283 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL() 288 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL() 295 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL()
|
/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | thread.c | 117 return uv_thread_create_ex(tid, ¶ms, entry, arg); in uv_thread_create() 120 int uv_thread_create_ex(uv_thread_t* tid, in uv_thread_create_ex() function
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | threading.rst | 60 Options for spawning a new thread (passed to :c:func:`uv_thread_create_ex`). 81 .. c:function:: int uv_thread_create_ex(uv_thread_t* tid, const uv_thread_options_t* params, uv_thr…
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | thread.c | 233 return uv_thread_create_ex(tid, ¶ms, entry, arg); in uv_thread_create() 236 int uv_thread_create_ex(uv_thread_t* tid, in uv_thread_create_ex() function
|
/netbsd-src/external/mit/libuv/dist/include/ |
H A D | uv.h | 1786 UV_EXTERN int uv_thread_create_ex(uv_thread_t* tid,
|