Searched refs:UV_THREAD_PRIORITY_LOWEST (Results 1 – 5 of 5) 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()95 ASSERT_EQ(priority, (0 - UV_THREAD_PRIORITY_LOWEST * 2)); in TEST_IMPL()
1612 if (priority < UV_THREAD_PRIORITY_LOWEST || priority > UV_THREAD_PRIORITY_HIGHEST) in set_nice_for_calling_thread()1638 if (priority < UV_THREAD_PRIORITY_LOWEST || priority > UV_THREAD_PRIORITY_HIGHEST) in uv_thread_setpriority()1680 case UV_THREAD_PRIORITY_LOWEST: in uv_thread_setpriority()
142 UV_THREAD_PRIORITY_BELOW_NORMAL, UV_THREAD_PRIORITY_LOWEST.
1504 case UV_THREAD_PRIORITY_LOWEST: in uv_thread_setpriority()
1328 UV_THREAD_PRIORITY_LOWEST = -2, enumerator
Completed in 20 milliseconds