Home
last modified time | relevance | path

Searched refs:UV_PRIORITY_HIGH (Results 1 - 7 of 7) sorted by relevance

/third_party/libuv/test/
H A Dtest-process-priority.c58 users will silently be set to UV_PRIORITY_HIGH. */ in TEST_IMPL()
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()
/third_party/node/src/
H A Dnode_constants.cc797 #ifdef UV_PRIORITY_HIGH in DefinePriorityConstants()
798 # define PRIORITY_HIGH UV_PRIORITY_HIGH in DefinePriorityConstants()
/third_party/libuv/src/win/
H A Dutil.c1418 *priority = UV_PRIORITY_HIGH; in uv_os_getpriority()
1444 else if (priority < UV_PRIORITY_HIGH) in uv_os_setpriority()
/third_party/node/deps/uv/src/win/
H A 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/
H A Duv.h1322 # define UV_PRIORITY_HIGH -7 /* RUNPTY(6) */ macro
1329 # define UV_PRIORITY_HIGH -14 macro
/third_party/libuv/include/uv_ndk/
H A Duv.h1217 # define UV_PRIORITY_HIGH -7 /* RUNPTY(6) */ macro
1224 # define UV_PRIORITY_HIGH -14 macro
/third_party/node/deps/uv/include/
H A Duv.h1231 # define UV_PRIORITY_HIGH -7 /* RUNPTY(6) */ macro
1238 # define UV_PRIORITY_HIGH -14 macro

Completed in 15 milliseconds