RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Typedefs | Functions
tasksimpl.h File Reference

This header file provides the implementation interfaces of the Task Manager. 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.
 
rtems_status_code _RTEMS_tasks_Create (const rtems_task_config *config, rtems_id *id, RTEMS_tasks_Prepare_stack prepare_stack)
 

Detailed Description

This header file provides the implementation interfaces of the Task Manager.