Home
last modified time | relevance | path

Searched refs:UV_THREAD_PRIORITY_LOWEST (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()
95 ASSERT_EQ(priority, (0 - UV_THREAD_PRIORITY_LOWEST * 2)); in TEST_IMPL()
/third_party/libuv/src/unix/
H A Dcore.c1626 if (priority < UV_THREAD_PRIORITY_LOWEST || priority > UV_THREAD_PRIORITY_HIGHEST) in set_nice_for_calling_thread()
1651 if (priority < UV_THREAD_PRIORITY_LOWEST || priority > UV_THREAD_PRIORITY_HIGHEST) in uv_thread_setpriority()
1693 case UV_THREAD_PRIORITY_LOWEST: in uv_thread_setpriority()
/third_party/libuv/src/win/
H A Dutil.c1499 case UV_THREAD_PRIORITY_LOWEST: in uv_thread_setpriority()
/third_party/libuv/include/
H A Duv.h1341 UV_THREAD_PRIORITY_LOWEST = -2, enumerator

Completed in 7 milliseconds