Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-process-priority.c65 else if (i < UV_PRIORITY_BELOW_NORMAL) in TEST_IMPL()
68 ASSERT_EQ(priority, UV_PRIORITY_BELOW_NORMAL); in TEST_IMPL()
/third_party/node/src/
H A Dnode_constants.cc779 #ifdef UV_PRIORITY_BELOW_NORMAL in DefinePriorityConstants()
780 # define PRIORITY_BELOW_NORMAL UV_PRIORITY_BELOW_NORMAL in DefinePriorityConstants()
/third_party/libuv/src/win/
H A Dutil.c1424 *priority = UV_PRIORITY_BELOW_NORMAL; in uv_os_getpriority()
1450 else if (priority < UV_PRIORITY_BELOW_NORMAL) in uv_os_setpriority()
/third_party/node/deps/uv/src/win/
H A Dutil.c1672 *priority = UV_PRIORITY_BELOW_NORMAL; in uv_os_getpriority()
1698 else if (priority < UV_PRIORITY_BELOW_NORMAL) in uv_os_setpriority()
/third_party/libuv/include/
H A Duv.h1319 # define UV_PRIORITY_BELOW_NORMAL 15 /* RUNPTY(50) */ macro
1326 # define UV_PRIORITY_BELOW_NORMAL 10 macro
/third_party/libuv/include/uv_ndk/
H A Duv.h1214 # define UV_PRIORITY_BELOW_NORMAL 15 /* RUNPTY(50) */ macro
1221 # define UV_PRIORITY_BELOW_NORMAL 10 macro
/third_party/node/deps/uv/include/
H A Duv.h1228 # define UV_PRIORITY_BELOW_NORMAL 15 /* RUNPTY(50) */ macro
1235 # define UV_PRIORITY_BELOW_NORMAL 10 macro

Completed in 16 milliseconds