Searched refs:uv_thread_getpriority (Results 1 – 5 of 5) sorted by relevance
/libuv/test/ |
H A D | test-thread-priority.c | 58 ASSERT_EQ(UV_EINVAL, uv_thread_getpriority(0, NULL)); in TEST_IMPL() 62 ASSERT_OK(uv_thread_getpriority(task_id, &priority)); in TEST_IMPL() 79 ASSERT_OK(uv_thread_getpriority(task_id, &priority)); in TEST_IMPL() 91 ASSERT_OK(uv_thread_getpriority(pthread_self(), &priority)); in TEST_IMPL() 94 ASSERT_OK(uv_thread_getpriority(pthread_self(), &priority)); in TEST_IMPL()
|
/libuv/docs/src/ |
H A D | threading.rst | 143 .. c:function:: int uv_thread_getpriority(uv_thread_t tid, int* priority)
|
/libuv/src/win/ |
H A D | util.c | 1474 int uv_thread_getpriority(uv_thread_t tid, int* priority) { in uv_thread_getpriority() function
|
/libuv/src/unix/ |
H A D | core.c | 1577 int uv_thread_getpriority(uv_thread_t tid, int* priority) { in uv_thread_getpriority() function
|
/libuv/include/ |
H A D | uv.h | 1331 UV_EXTERN int uv_thread_getpriority(uv_thread_t tid, int* priority);
|
Completed in 21 milliseconds