Doc: Improve documentation to make clear about the priorities

This commit is contained in:
Alan C. Assis 2021-05-30 11:20:10 -03:00 committed by Matias N
parent 45d01ae2a8
commit 0114318da6
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ Functions
**POSIX Compatibility:** Comparable to the POSIX interface of the same
name. Differences from the full POSIX implementation include:
- The range of priority values for the POSIX call is 0 to 255.
- The range of priority values for the POSIX call is 0 to 255. The
priority 0 is the lowest priority and 255 is the highest priority.
.. note:: Setting a task's priority to the same value has the similar effect
to ``sched_yield()``: The task will be moved to after all other tasks