Searched refs:UV_PRIORITY_HIGH (Results 1 – 4 of 4) sorted by relevance
59 if (i < UV_PRIORITY_HIGH) in TEST_IMPL()60 ASSERT(priority == UV_PRIORITY_HIGHEST || priority == UV_PRIORITY_HIGH); in TEST_IMPL()62 ASSERT_EQ(priority, UV_PRIORITY_HIGH); in TEST_IMPL()
1423 *priority = UV_PRIORITY_HIGH; in uv_os_getpriority()1449 else if (priority < UV_PRIORITY_HIGH) in uv_os_setpriority()
1309 # define UV_PRIORITY_HIGH -7 /* RUNPTY(6) */ macro1316 # define UV_PRIORITY_HIGH -14 macro
800 `UV_PRIORITY_NORMAL`, `UV_PRIORITY_ABOVE_NORMAL`, `UV_PRIORITY_HIGH`, and815 `UV_PRIORITY_HIGHEST` is -10, `UV_PRIORITY_HIGH` is -7,
Completed in 16 milliseconds