Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-thread-priority.c58 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 Dthreading.rst143 .. c:function:: int uv_thread_getpriority(uv_thread_t tid, int* priority)
/libuv/src/win/
H A Dutil.c1474 int uv_thread_getpriority(uv_thread_t tid, int* priority) { in uv_thread_getpriority() function
/libuv/src/unix/
H A Dcore.c1577 int uv_thread_getpriority(uv_thread_t tid, int* priority) { in uv_thread_getpriority() function
/libuv/include/
H A Duv.h1331 UV_EXTERN int uv_thread_getpriority(uv_thread_t tid, int* priority);

Completed in 27 milliseconds