Searched refs:UV_PRIORITY_LOW (Results 1 – 5 of 5) sorted by relevance
41 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()
1431 *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()
1305 # define UV_PRIORITY_LOW 39 /* RUNPTY(99) */ macro1312 # define UV_PRIORITY_LOW 19 macro
799 The constants `UV_PRIORITY_LOW`, `UV_PRIORITY_BELOW_NORMAL`,817 `UV_PRIORITY_BELOW_NORMAL` is 15 and `UV_PRIORITY_LOW` is 39.
1562 if (priority < UV_PRIORITY_HIGHEST || priority > UV_PRIORITY_LOW) in uv_os_setpriority()
Completed in 20 milliseconds