Home
last modified time | relevance | path

Searched refs:uv_thread_options_t (Results 1 - 10 of 10) sorted by relevance

/third_party/libuv/test/
H A Dtest-thread.c220 expected = arg == NULL ? 0 : ((uv_thread_options_t*)arg)->stack_size; in thread_check_stack()
236 expected = arg == NULL ? 0 : ((uv_thread_options_t*)arg)->stack_size; in thread_check_stack()
254 uv_thread_options_t options; in TEST_IMPL()
/third_party/libuv/src/win/
H A Dthread.c115 uv_thread_options_t params; in uv_thread_create()
121 const uv_thread_options_t* params, in uv_thread_create_ex()
/third_party/node/deps/uv/src/win/
H A Dthread.c115 uv_thread_options_t params; in uv_thread_create()
121 const uv_thread_options_t* params, in uv_thread_create_ex()
/third_party/libuv/src/unix/
H A Dthread.c124 uv_thread_options_t params; in uv_thread_create()
130 const uv_thread_options_t* params, in uv_thread_create_ex()
/third_party/node/deps/uv/src/unix/
H A Dthread.c231 uv_thread_options_t params; in uv_thread_create()
237 const uv_thread_options_t* params, in uv_thread_create_ex()
/third_party/libuv/src/
H A Dthreadpool.c496 uv_thread_options_t config; in init_threads()
/third_party/libuv/include/
H A Duv.h1898 typedef struct uv_thread_options_s uv_thread_options_t; typedef
1901 const uv_thread_options_t* params,
/third_party/libuv/include/uv_ndk/
H A Duv.h1760 typedef struct uv_thread_options_s uv_thread_options_t; typedef
1763 const uv_thread_options_t* params,
/third_party/node/deps/uv/include/
H A Duv.h1784 typedef struct uv_thread_options_s uv_thread_options_t; typedef
1787 const uv_thread_options_t* params,
/third_party/node/src/
H A Dnode_worker.cc635 uv_thread_options_t thread_options; in StartThread()

Completed in 17 milliseconds