Home
last modified time | relevance | path

Searched refs:UV_PRIORITY_LOW (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()
67 else if (i < UV_PRIORITY_LOW) in TEST_IMPL()
70 ASSERT_EQ(priority, UV_PRIORITY_LOW); in TEST_IMPL()
80 ASSERT_EQ(uv_os_setpriority(0, UV_PRIORITY_LOW + 1), UV_EINVAL); in TEST_IMPL()
/third_party/libuv/src/win/
H A Dutil.c1426 *priority = UV_PRIORITY_LOW; in uv_os_getpriority()
1442 if (priority < UV_PRIORITY_HIGHEST || priority > UV_PRIORITY_LOW) in uv_os_setpriority()
1452 else if (priority < UV_PRIORITY_LOW) in uv_os_setpriority()
/third_party/node/deps/uv/src/win/
H A Dutil.c1674 *priority = UV_PRIORITY_LOW; in uv_os_getpriority()
1690 if (priority < UV_PRIORITY_HIGHEST || priority > UV_PRIORITY_LOW) in uv_os_setpriority()
1700 else if (priority < UV_PRIORITY_LOW) in uv_os_setpriority()
/third_party/node/src/
H A Dnode_constants.cc773 #ifdef UV_PRIORITY_LOW in DefinePriorityConstants()
774 # define PRIORITY_LOW UV_PRIORITY_LOW in DefinePriorityConstants()
/third_party/libuv/include/
H A Duv.h1318 # define UV_PRIORITY_LOW 39 /* RUNPTY(99) */ macro
1325 # define UV_PRIORITY_LOW 19 macro
/third_party/libuv/include/uv_ndk/
H A Duv.h1213 # define UV_PRIORITY_LOW 39 /* RUNPTY(99) */ macro
1220 # define UV_PRIORITY_LOW 19 macro
/third_party/node/deps/uv/include/
H A Duv.h1227 # define UV_PRIORITY_LOW 39 /* RUNPTY(99) */ macro
1234 # define UV_PRIORITY_LOW 19 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 20 milliseconds