Searched refs:UV_PRIORITY_ABOVE_NORMAL (Results 1 – 4 of 4) sorted by relevance
61 else if (i < UV_PRIORITY_ABOVE_NORMAL) in TEST_IMPL()64 ASSERT_EQ(priority, UV_PRIORITY_ABOVE_NORMAL); in TEST_IMPL()
1425 *priority = UV_PRIORITY_ABOVE_NORMAL; in uv_os_getpriority()1451 else if (priority < UV_PRIORITY_ABOVE_NORMAL) in uv_os_setpriority()
1308 # define UV_PRIORITY_ABOVE_NORMAL -4 /* RUNTY(12) */ macro1315 # define UV_PRIORITY_ABOVE_NORMAL -7 macro
800 `UV_PRIORITY_NORMAL`, `UV_PRIORITY_ABOVE_NORMAL`, `UV_PRIORITY_HIGH`, and816 `UV_PRIORITY_ABOVE_NORMAL` is -4, `UV_PRIORITY_NORMAL` is 0,
Completed in 20 milliseconds