Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-process-priority.c59 if (i < UV_PRIORITY_HIGH) in TEST_IMPL()
60 ASSERT(priority == UV_PRIORITY_HIGHEST || priority == UV_PRIORITY_HIGH); in TEST_IMPL()
62 ASSERT_EQ(priority, UV_PRIORITY_HIGH); in TEST_IMPL()
/libuv/src/win/
H A Dutil.c1423 *priority = UV_PRIORITY_HIGH; in uv_os_getpriority()
1449 else if (priority < UV_PRIORITY_HIGH) in uv_os_setpriority()
/libuv/include/
H A Duv.h1309 # define UV_PRIORITY_HIGH -7 /* RUNPTY(6) */ macro
1316 # define UV_PRIORITY_HIGH -14 macro
/libuv/docs/src/
H A Dmisc.rst800 `UV_PRIORITY_NORMAL`, `UV_PRIORITY_ABOVE_NORMAL`, `UV_PRIORITY_HIGH`, and
815 `UV_PRIORITY_HIGHEST` is -10, `UV_PRIORITY_HIGH` is -7,

Completed in 16 milliseconds