Searched refs:uv_thread_cb (Results 1 – 2 of 2) sorted by relevance
18 .. c:type:: void (*uv_thread_cb)(void* arg)77 .. c:function:: int uv_thread_create(uv_thread_t* tid, uv_thread_cb entry, void* arg)81 …thread_create_ex(uv_thread_t* tid, const uv_thread_options_t* params, uv_thread_cb entry, void* ar…
1870 typedef void (*uv_thread_cb)(void* arg); typedef1872 UV_EXTERN int uv_thread_create(uv_thread_t* tid, uv_thread_cb entry, void* arg);1889 uv_thread_cb entry,
Completed in 16 milliseconds