Home
last modified time | relevance | path

Searched refs:uv_thread_create_ex (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Dtest-thread.c258 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 Dthread.c95 return uv_thread_create_ex(tid, &params, 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 Dthread.c129 return uv_thread_create_ex(tid, &params, 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 Dthreading.rst60 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 Dthreadpool.c234 if (uv_thread_create_ex(threads + i, &config, worker, &sem)) in init_threads()
/libuv/include/
H A Duv.h1894 UV_EXTERN int uv_thread_create_ex(uv_thread_t* tid,

Completed in 19 milliseconds