#include <task.h>
Data Fields | |
| int | bprio |
| Base priority. | |
| int | cprio |
| Current priority. | |
| unsigned | status |
| Task's status. | |
| RTIME | relpoint |
| Time of next release. | |
| char | name [XNOBJECT_NAME_LEN] |
| Symbolic name assigned at creation. | |
|
|
Current priority. May change through Priority Inheritance. |
|
|
Task's status.
|
1.4.6