Home
last modified time | relevance | path

Searched refs:UV_PRIORITY_ABOVE_NORMAL (Results 1 – 4 of 4) sorted by relevance

/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()
/libuv/src/win/
H A Dutil.c1416 *priority = UV_PRIORITY_ABOVE_NORMAL; in uv_os_getpriority()
1442 else if (priority < UV_PRIORITY_ABOVE_NORMAL) in uv_os_setpriority()
/libuv/include/
H A Duv.h1279 # define UV_PRIORITY_ABOVE_NORMAL -4 /* RUNTY(12) */ macro
1286 # define UV_PRIORITY_ABOVE_NORMAL -7 macro
/libuv/docs/src/
H A Dmisc.rst759 `UV_PRIORITY_NORMAL`, `UV_PRIORITY_ABOVE_NORMAL`, `UV_PRIORITY_HIGH`, and
775 `UV_PRIORITY_ABOVE_NORMAL` is -4, `UV_PRIORITY_NORMAL` is 0,

Completed in 34 milliseconds