Searched refs:uv_thread_getname (Results 1 – 5 of 5) sorted by relevance
/libuv/test/ |
H A D | test-thread-name.c | 53 r = uv_thread_getname(&thread, thread_name, sizeof(thread_name)); in thread_run() 92 r = uv_thread_getname(&threads[0], tn, sizeof(tn)); in TEST_IMPL() 98 r = uv_thread_getname(&threads[0], tn, sizeof(tn)); in TEST_IMPL() 105 r = uv_thread_getname(&threads[0], tn, sizeof(tn)); in TEST_IMPL() 109 r = uv_thread_getname(&threads[0], tn, 3); in TEST_IMPL() 119 r = uv_thread_getname(&threads[0], tn, sizeof(tn)); in TEST_IMPL() 128 r = uv_thread_getname(threads + 1, tn, sizeof(tn)); in TEST_IMPL()
|
/libuv/src/win/ |
H A D | thread.c | 307 int uv_thread_getname(uv_thread_t* tid, char* name, size_t size) { in uv_thread_getname() function
|
/libuv/src/unix/ |
H A D | thread.c | 309 int uv_thread_getname(uv_thread_t* tid, char* name, size_t size) { in uv_thread_getname() function
|
/libuv/docs/src/ |
H A D | threading.rst | 151 .. c:function:: int uv_thread_getname(uv_thread_t* tid, char* name, size_t* size)
|
/libuv/include/ |
H A D | uv.h | 1910 UV_EXTERN int uv_thread_getname(uv_thread_t* tid, char* name, size_t size);
|
Completed in 23 milliseconds