Home
last modified time | relevance | path

Searched refs:uv_thread_setname (Results 1 – 5 of 5) sorted by relevance

/libuv/test/
H A Dtest-thread-name.c48 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()
/libuv/docs/src/
H A Dthreading.rst143 .. 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()`
/libuv/src/win/
H A Dthread.c281 int uv_thread_setname(const char* name) { in uv_thread_setname() function
/libuv/src/unix/
H A Dthread.c303 int uv_thread_setname(const char* name) { in uv_thread_setname() function
/libuv/include/
H A Duv.h1909 UV_EXTERN int uv_thread_setname(const char* name);

Completed in 15 milliseconds