Searched refs:uv_thread_create_ex (Results 1 – 7 of 7) sorted by relevance
/third_party/libuv/test/ |
D | test-thread.c | 201 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL() 206 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL() 211 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL() 216 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL() 222 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL() 227 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL() 234 ASSERT(0 == uv_thread_create_ex(&thread, &options, in TEST_IMPL()
|
/third_party/libuv/src/win/ |
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
|
/third_party/libuv/docs/src/ |
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…
|
/third_party/libuv/src/unix/ |
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
|
/third_party/node/src/ |
D | node_worker.cc | 635 int ret = uv_thread_create_ex(&w->tid_, &thread_options, [](void* arg) { in StartThread()
|
/third_party/libuv/include/ |
D | uv.h | 1786 UV_EXTERN int uv_thread_create_ex(uv_thread_t* tid,
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1762 UV_EXTERN int uv_thread_create_ex(uv_thread_t* tid,
|