Searched refs:uv_thread_setpriority (Results 1 – 6 of 6) sorted by relevance
78 ASSERT_OK(uv_thread_setpriority(task_id, UV_THREAD_PRIORITY_LOWEST)); in TEST_IMPL()93 ASSERT_OK(uv_thread_setpriority(pthread_self(), UV_THREAD_PRIORITY_LOWEST)); in TEST_IMPL()
135 .. c:function:: int uv_thread_setpriority(uv_thread_t tid, int priority)
1488 int uv_thread_setpriority(uv_thread_t tid, int priority) { in uv_thread_setpriority() function
1628 int uv_thread_setpriority(uv_thread_t tid, int priority) { in uv_thread_setpriority() function
1332 UV_EXTERN int uv_thread_setpriority(uv_thread_t tid, int priority);
150 * hurd: stub uv_thread_setpriority() (Olivier Valentin)
Completed in 34 milliseconds