Searched refs:uv_thread_create_ex (Results 1 – 6 of 6) sorted by relevance
/libuv/test/ |
H A D | test-thread.c | 258 ASSERT_OK(uv_thread_create_ex(&thread, &options, in TEST_IMPL() 263 ASSERT_OK(uv_thread_create_ex(&thread, &options, in TEST_IMPL() 268 ASSERT_OK(uv_thread_create_ex(&thread, &options, in TEST_IMPL() 273 ASSERT_OK(uv_thread_create_ex(&thread, &options, in TEST_IMPL() 279 ASSERT_OK(uv_thread_create_ex(&thread, &options, in TEST_IMPL() 284 ASSERT_OK(uv_thread_create_ex(&thread, &options, in TEST_IMPL() 291 ASSERT_OK(uv_thread_create_ex(&thread, &options, in TEST_IMPL()
|
/libuv/src/win/ |
H A D | thread.c | 95 return uv_thread_create_ex(tid, ¶ms, entry, arg); in uv_thread_create() 107 int uv_thread_create_ex(uv_thread_t* tid, in uv_thread_create_ex() function
|
/libuv/src/unix/ |
H A D | thread.c | 129 return uv_thread_create_ex(tid, ¶ms, entry, arg); in uv_thread_create() 138 int uv_thread_create_ex(uv_thread_t* tid, in uv_thread_create_ex() function
|
/libuv/docs/src/ |
H A D | threading.rst | 60 Options for spawning a new thread (passed to :c:func:`uv_thread_create_ex`). 89 .. c:function:: int uv_thread_create_ex(uv_thread_t* tid, const uv_thread_options_t* params, uv_thr…
|
/libuv/src/ |
H A D | threadpool.c | 234 if (uv_thread_create_ex(threads + i, &config, worker, &sem)) in init_threads()
|
/libuv/include/ |
H A D | uv.h | 1894 UV_EXTERN int uv_thread_create_ex(uv_thread_t* tid,
|
Completed in 19 milliseconds