Home
last modified time | relevance | path

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

/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()
/libuv/src/win/
H A Dutil.c1429 *priority = UV_PRIORITY_BELOW_NORMAL; in uv_os_getpriority()
1455 else if (priority < UV_PRIORITY_BELOW_NORMAL) in uv_os_setpriority()
/libuv/include/
H A Duv.h1306 # define UV_PRIORITY_BELOW_NORMAL 15 /* RUNPTY(50) */ macro
1313 # define UV_PRIORITY_BELOW_NORMAL 10 macro
/libuv/docs/src/
H A Dmisc.rst799 The constants `UV_PRIORITY_LOW`, `UV_PRIORITY_BELOW_NORMAL`,
817 `UV_PRIORITY_BELOW_NORMAL` is 15 and `UV_PRIORITY_LOW` is 39.

Completed in 23 milliseconds