Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-process-priority.c63 else if (i < UV_PRIORITY_NORMAL) in TEST_IMPL()
66 ASSERT_EQ(priority, UV_PRIORITY_NORMAL); in TEST_IMPL()
/third_party/node/src/
H A Dnode_constants.cc785 #ifdef UV_PRIORITY_NORMAL in DefinePriorityConstants()
786 # define PRIORITY_NORMAL UV_PRIORITY_NORMAL in DefinePriorityConstants()
/third_party/libuv/src/win/
H A Dutil.c1422 *priority = UV_PRIORITY_NORMAL; in uv_os_getpriority()
1448 else if (priority < UV_PRIORITY_NORMAL) in uv_os_setpriority()
/third_party/node/deps/uv/src/win/
H A Dutil.c1670 *priority = UV_PRIORITY_NORMAL; in uv_os_getpriority()
1696 else if (priority < UV_PRIORITY_NORMAL) in uv_os_setpriority()
/third_party/libuv/include/
H A Duv.h1320 # define UV_PRIORITY_NORMAL 0 /* RUNPTY(20) */ macro
1327 # define UV_PRIORITY_NORMAL 0 macro
/third_party/libuv/include/uv_ndk/
H A Duv.h1215 # define UV_PRIORITY_NORMAL 0 /* RUNPTY(20) */ macro
1222 # define UV_PRIORITY_NORMAL 0 macro
/third_party/node/deps/uv/include/
H A Duv.h1229 # define UV_PRIORITY_NORMAL 0 /* RUNPTY(20) */ macro
1236 # define UV_PRIORITY_NORMAL 0 macro

Completed in 14 milliseconds