mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 06:03:12 +00:00
Doc: Improve documentation to make clear about the priorities
This commit is contained in:
parent
45d01ae2a8
commit
0114318da6
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue