Searched refs:uv_thread_options_t (Results 1 – 6 of 6) sorted by relevance
224 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()
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…
115 uv_thread_options_t params; in uv_thread_create()121 const uv_thread_options_t* params, in uv_thread_create_ex()
231 uv_thread_options_t params; in uv_thread_create()237 const uv_thread_options_t* params, in uv_thread_create_ex()
1784 typedef struct uv_thread_options_s uv_thread_options_t; typedef1787 const uv_thread_options_t* params,
1476 * doc: fix typo in uv_thread_options_t definition (Ryan Liptak)