RTEMS
|
Classic Tasks Manager Implementation. More...
#include <rtems/rtems/tasksdata.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threadimpl.h>
Go to the source code of this file.
Typedefs | |
typedef rtems_status_code(* | RTEMS_tasks_Prepare_stack) (Thread_Configuration *, const rtems_task_config *) |
Functions | |
void | _RTEMS_tasks_Initialize_user_tasks (void) |
RTEMS User Task Initialization. More... | |
rtems_status_code | _RTEMS_tasks_Create (const rtems_task_config *config, rtems_id *id, RTEMS_tasks_Prepare_stack prepare_stack) |
static __inline__ Thread_Control * | _RTEMS_tasks_Allocate (void) |
static __inline__ void | _RTEMS_tasks_Free (Thread_Control *the_task) |
Frees a task control block. More... | |
static __inline__ Priority_Control | _RTEMS_Priority_To_core (const Scheduler_Control *scheduler, rtems_task_priority priority, bool *valid) |
Converts the RTEMS API priority to the corresponding SuperCore priority and validates it. More... | |
static __inline__ rtems_task_priority | _RTEMS_Priority_From_core (const Scheduler_Control *scheduler, Priority_Control priority) |
Converts the SuperCore priority to the corresponding RTEMS API priority. More... | |
Classic Tasks Manager Implementation.
Definition in file tasksimpl.h.