Searched refs:uv_thread_options_t (Results 1 – 7 of 7) sorted by relevance
220 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()
93 uv_thread_options_t params; in uv_thread_create()99 const uv_thread_options_t* params, in uv_thread_create_ex()
58 .. c:type:: uv_thread_options_t70 } uv_thread_options_t;81 .. c:function:: int uv_thread_create_ex(uv_thread_t* tid, const uv_thread_options_t* params, uv_thr…
124 uv_thread_options_t params; in uv_thread_create()130 const uv_thread_options_t* params, in uv_thread_create_ex()
194 uv_thread_options_t config; in init_threads()
1885 typedef struct uv_thread_options_s uv_thread_options_t; typedef1888 const uv_thread_options_t* params,
2279 * doc: fix typo in uv_thread_options_t definition (Ryan Liptak)
Completed in 35 milliseconds