Searched refs:UV_PRIORITY_BELOW_NORMAL (Results 1 – 4 of 4) sorted by relevance
65 else if (i < UV_PRIORITY_BELOW_NORMAL) in TEST_IMPL()68 ASSERT_EQ(priority, UV_PRIORITY_BELOW_NORMAL); in TEST_IMPL()
1429 *priority = UV_PRIORITY_BELOW_NORMAL; in uv_os_getpriority()1455 else if (priority < UV_PRIORITY_BELOW_NORMAL) in uv_os_setpriority()
1306 # define UV_PRIORITY_BELOW_NORMAL 15 /* RUNPTY(50) */ macro1313 # define UV_PRIORITY_BELOW_NORMAL 10 macro
799 The constants `UV_PRIORITY_LOW`, `UV_PRIORITY_BELOW_NORMAL`,817 `UV_PRIORITY_BELOW_NORMAL` is 15 and `UV_PRIORITY_LOW` is 39.
Completed in 23 milliseconds