Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-thread.c224 expected = arg == NULL ? 0 : ((uv_thread_options_t*)arg)->stack_size; in thread_check_stack()
240 expected = arg == NULL ? 0 : ((uv_thread_options_t*)arg)->stack_size; in thread_check_stack()
258 uv_thread_options_t options; in TEST_IMPL()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dthreading.rst58 .. c:type:: uv_thread_options_t
70 } uv_thread_options_t;
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/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()
/netbsd-src/external/mit/libuv/dist/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()
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1784 typedef struct uv_thread_options_s uv_thread_options_t; typedef
1787 const uv_thread_options_t* params,
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog1476 * doc: fix typo in uv_thread_options_t definition (Ryan Liptak)