Home
last modified time | relevance | path

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

/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()
/libuv/src/unix/
H A Dcore.c1612 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()
/libuv/docs/src/
H A Dthreading.rst142 UV_THREAD_PRIORITY_BELOW_NORMAL, UV_THREAD_PRIORITY_LOWEST.
/libuv/src/win/
H A Dutil.c1504 case UV_THREAD_PRIORITY_LOWEST: in uv_thread_setpriority()
/libuv/include/
H A Duv.h1328 UV_THREAD_PRIORITY_LOWEST = -2, enumerator

Completed in 20 milliseconds