Home
last modified time | relevance | path

Searched refs:uv_thread_setpriority (Results 1 - 4 of 4) sorted by relevance

/third_party/libuv/test/
H A Dtest-thread-priority.c78 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()
/third_party/libuv/src/win/
H A Dutil.c1483 int uv_thread_setpriority(uv_thread_t tid, int priority) { in uv_thread_setpriority() function
/third_party/libuv/src/unix/
H A Dcore.c1642 int uv_thread_setpriority(uv_thread_t tid, int priority) { in uv_thread_setpriority() function
/third_party/libuv/include/
H A Duv.h1345 UV_EXTERN int uv_thread_setpriority(uv_thread_t tid, int priority);

Completed in 11 milliseconds