Searched refs:UV_PRIORITY_NORMAL (Results 1 – 4 of 4) sorted by relevance
63 else if (i < UV_PRIORITY_NORMAL) in TEST_IMPL()66 ASSERT_EQ(priority, UV_PRIORITY_NORMAL); in TEST_IMPL()
1427 *priority = UV_PRIORITY_NORMAL; in uv_os_getpriority()1453 else if (priority < UV_PRIORITY_NORMAL) in uv_os_setpriority()
1307 # define UV_PRIORITY_NORMAL 0 /* RUNPTY(20) */ macro1314 # define UV_PRIORITY_NORMAL 0 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 25 milliseconds