Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-process-priority.c41 for (i = UV_PRIORITY_HIGHEST; i <= UV_PRIORITY_LOW; i++) { in TEST_IMPL()
67 else if (i < UV_PRIORITY_LOW) in TEST_IMPL()
70 ASSERT_EQ(priority, UV_PRIORITY_LOW); in TEST_IMPL()
80 ASSERT_EQ(uv_os_setpriority(0, UV_PRIORITY_LOW + 1), UV_EINVAL); in TEST_IMPL()
/libuv/src/win/
H A Dutil.c1431 *priority = UV_PRIORITY_LOW; in uv_os_getpriority()
1447 if (priority < UV_PRIORITY_HIGHEST || priority > UV_PRIORITY_LOW) in uv_os_setpriority()
1457 else if (priority < UV_PRIORITY_LOW) in uv_os_setpriority()
/libuv/include/
H A Duv.h1305 # define UV_PRIORITY_LOW 39 /* RUNPTY(99) */ macro
1312 # define UV_PRIORITY_LOW 19 macro
/libuv/docs/src/
H A Dmisc.rst799 The constants `UV_PRIORITY_LOW`, `UV_PRIORITY_BELOW_NORMAL`,
817 `UV_PRIORITY_BELOW_NORMAL` is 15 and `UV_PRIORITY_LOW` is 39.
/libuv/src/unix/
H A Dcore.c1562 if (priority < UV_PRIORITY_HIGHEST || priority > UV_PRIORITY_LOW) in uv_os_setpriority()

Completed in 20 milliseconds