Home
last modified time | relevance | path

Searched refs:UV_PRIORITY_HIGH (Results 1 – 5 of 5) sorted by relevance

/third_party/libuv/test/
Dtest-process-priority.c59 if (i < UV_PRIORITY_HIGH) in TEST_IMPL()
60 ASSERT(priority == UV_PRIORITY_HIGHEST || priority == UV_PRIORITY_HIGH); in TEST_IMPL()
62 ASSERT(priority == UV_PRIORITY_HIGH); in TEST_IMPL()
/third_party/node/src/
Dnode_constants.cc787 #ifdef UV_PRIORITY_HIGH in DefinePriorityConstants()
788 # define PRIORITY_HIGH UV_PRIORITY_HIGH in DefinePriorityConstants()
/third_party/libuv/src/win/
Dutil.c1666 *priority = UV_PRIORITY_HIGH; in uv_os_getpriority()
1692 else if (priority < UV_PRIORITY_HIGH) in uv_os_setpriority()
/third_party/libuv/include/
Duv.h1231 # define UV_PRIORITY_HIGH -7 /* RUNPTY(6) */ macro
1238 # define UV_PRIORITY_HIGH -14 macro
/third_party/libuv/docs/src/
Dmisc.rst696 `UV_PRIORITY_NORMAL`, `UV_PRIORITY_ABOVE_NORMAL`, `UV_PRIORITY_HIGH`, and
711 `UV_PRIORITY_HIGHEST` is -10, `UV_PRIORITY_HIGH` is -7,