Home
last modified time | relevance | path

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

/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()
/libuv/src/win/
H A Dthread.c93 uv_thread_options_t params; in uv_thread_create()
99 const uv_thread_options_t* params, in uv_thread_create_ex()
/libuv/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…
/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()
/libuv/src/
H A Dthreadpool.c194 uv_thread_options_t config; in init_threads()
/libuv/include/
H A Duv.h1885 typedef struct uv_thread_options_s uv_thread_options_t; typedef
1888 const uv_thread_options_t* params,
/libuv/
H A DChangeLog2279 * doc: fix typo in uv_thread_options_t definition (Ryan Liptak)

Completed in 35 milliseconds