Home
last modified time | relevance | path

Searched refs:UV_PRIORITY_HIGHEST (Results 1 - 9 of 9) sorted by relevance

/third_party/libuv/test/
H A Dtest-process-priority.c41 for (i = UV_PRIORITY_HIGHEST; i <= UV_PRIORITY_LOW; i++) { in TEST_IMPL()
57 /* On Windows, only elevated users can set UV_PRIORITY_HIGHEST. Other in TEST_IMPL()
60 ASSERT(priority == UV_PRIORITY_HIGHEST || priority == UV_PRIORITY_HIGH); in TEST_IMPL()
79 ASSERT_EQ(uv_os_setpriority(0, UV_PRIORITY_HIGHEST - 1), UV_EINVAL); in TEST_IMPL()
/third_party/node/src/
H A Dnode_constants.cc803 #ifdef UV_PRIORITY_HIGHEST in DefinePriorityConstants()
804 # define PRIORITY_HIGHEST UV_PRIORITY_HIGHEST in DefinePriorityConstants()
/third_party/libuv/src/win/
H A Dutil.c1416 *priority = UV_PRIORITY_HIGHEST; in uv_os_getpriority()
1442 if (priority < UV_PRIORITY_HIGHEST || priority > UV_PRIORITY_LOW) in uv_os_setpriority()
/third_party/node/deps/uv/src/win/
H A Dutil.c1664 *priority = UV_PRIORITY_HIGHEST; in uv_os_getpriority()
1690 if (priority < UV_PRIORITY_HIGHEST || priority > UV_PRIORITY_LOW) in uv_os_setpriority()
/third_party/libuv/include/
H A Duv.h1323 # define UV_PRIORITY_HIGHEST -10 /* RUNPTY(1) */ macro
1330 # define UV_PRIORITY_HIGHEST -20 macro
/third_party/libuv/include/uv_ndk/
H A Duv.h1218 # define UV_PRIORITY_HIGHEST -10 /* RUNPTY(1) */ macro
1225 # define UV_PRIORITY_HIGHEST -20 macro
/third_party/node/deps/uv/include/
H A Duv.h1232 # define UV_PRIORITY_HIGHEST -10 /* RUNPTY(1) */ macro
1239 # define UV_PRIORITY_HIGHEST -20 macro
/third_party/node/deps/uv/src/unix/
H A Dcore.c1438 if (priority < UV_PRIORITY_HIGHEST || priority > UV_PRIORITY_LOW) in uv_os_setpriority()
/third_party/libuv/src/unix/
H A Dcore.c1576 if (priority < UV_PRIORITY_HIGHEST || priority > UV_PRIORITY_LOW) in uv_os_setpriority()

Completed in 18 milliseconds