|
| STATUS_ASSERT (INCORRECT_STATE) |
|
| STATUS_ASSERT (INTERNAL_ERROR) |
|
| STATUS_ASSERT (INVALID_ADDRESS) |
|
| STATUS_ASSERT (INVALID_ID) |
|
| STATUS_ASSERT (INVALID_NAME) |
|
| STATUS_ASSERT (INVALID_NODE) |
|
| STATUS_ASSERT (INVALID_NUMBER) |
|
| STATUS_ASSERT (INVALID_PRIORITY) |
|
| STATUS_ASSERT (INVALID_SIZE) |
|
| STATUS_ASSERT (NO_MEMORY) |
|
| STATUS_ASSERT (NOT_DEFINED) |
|
| STATUS_ASSERT (NOT_OWNER_OF_RESOURCE) |
|
| STATUS_ASSERT (OBJECT_WAS_DELETED) |
|
| STATUS_ASSERT (PROXY_BLOCKING) |
|
| STATUS_ASSERT (RESOURCE_IN_USE) |
|
| STATUS_ASSERT (SUCCESSFUL) |
|
| STATUS_ASSERT (TIMEOUT) |
|
| STATUS_ASSERT (TOO_MANY) |
|
| STATUS_ASSERT (UNSATISFIED) |
|
rtems_status_code | rtems_task_construct (const rtems_task_config *config, rtems_id *id) |
| Constructs a task from the specified task configuration. More...
|
|
rtems_status_code | _RTEMS_tasks_Create (const rtems_task_config *config, rtems_id *id, RTEMS_tasks_Prepare_stack prepare_stack) |
|
| RTEMS_SYSINIT_ITEM (_RTEMS_tasks_Manager_initialization, RTEMS_SYSINIT_CLASSIC_TASKS, RTEMS_SYSINIT_ORDER_MIDDLE) |
|
This source file contains the implementation of rtems_task_construct() and the Task Manager system initialization.