Home
last modified time | relevance | path

Searched refs:range (Results 1 – 3 of 3) sorted by relevance

/libuv/src/unix/
H A Dcore.c1633 int range; in uv_thread_setpriority() local
1665 range = max - min; in uv_thread_setpriority()
1672 prio = min + range * 3 / 4; in uv_thread_setpriority()
1675 prio = min + range / 2; in uv_thread_setpriority()
1678 prio = min + range / 4; in uv_thread_setpriority()
/libuv/docs/src/
H A Dmisc.rst798 `priority` value range is between -20 (high priority) and 19 (low priority).
/libuv/
H A DChangeLog3661 * unix: expand range of values for usleep (John Barboza)

Completed in 18 milliseconds