Searched refs:uv_thread_setname (Results 1 – 5 of 5) sorted by relevance
48 r = uv_thread_setname("worker-thread"); in thread_run()95 r = uv_thread_setname(long_thread_name); in TEST_IMPL()102 r = uv_thread_setname(thread_name); in TEST_IMPL()116 r = uv_thread_setname("~½¬{½"); in TEST_IMPL()
143 .. c:function:: int uv_thread_setname(const char* name)146 …can be: Linux, IBM i (16), macOS (64), Windows (32767), and NetBSD (32), etc. `uv_thread_setname()`
281 int uv_thread_setname(const char* name) { in uv_thread_setname() function
303 int uv_thread_setname(const char* name) { in uv_thread_setname() function
1909 UV_EXTERN int uv_thread_setname(const char* name);
Completed in 15 milliseconds