Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-process-priority.c61 else if (i < UV_PRIORITY_ABOVE_NORMAL) in TEST_IMPL()
64 ASSERT_EQ(priority, UV_PRIORITY_ABOVE_NORMAL); in TEST_IMPL()
/third_party/node/src/
H A Dnode_constants.cc791 #ifdef UV_PRIORITY_ABOVE_NORMAL in DefinePriorityConstants()
792 # define PRIORITY_ABOVE_NORMAL UV_PRIORITY_ABOVE_NORMAL in DefinePriorityConstants()
/third_party/libuv/src/win/
H A Dutil.c1420 *priority = UV_PRIORITY_ABOVE_NORMAL; in uv_os_getpriority()
1446 else if (priority < UV_PRIORITY_ABOVE_NORMAL) in uv_os_setpriority()
/third_party/node/deps/uv/src/win/
H A Dutil.c1668 *priority = UV_PRIORITY_ABOVE_NORMAL; in uv_os_getpriority()
1694 else if (priority < UV_PRIORITY_ABOVE_NORMAL) in uv_os_setpriority()
/third_party/libuv/include/
H A Duv.h1321 # define UV_PRIORITY_ABOVE_NORMAL -4 /* RUNTY(12) */ macro
1328 # define UV_PRIORITY_ABOVE_NORMAL -7 macro
/third_party/libuv/include/uv_ndk/
H A Duv.h1216 # define UV_PRIORITY_ABOVE_NORMAL -4 /* RUNTY(12) */ macro
1223 # define UV_PRIORITY_ABOVE_NORMAL -7 macro
/third_party/node/deps/uv/include/
H A Duv.h1230 # define UV_PRIORITY_ABOVE_NORMAL -4 /* RUNTY(12) */ macro
1237 # define UV_PRIORITY_ABOVE_NORMAL -7 macro

Completed in 18 milliseconds