37#ifndef _RTEMS_RTEMS_TASKSIMPL_H
38#define _RTEMS_RTEMS_TASKSIMPL_H
75 RTEMS_tasks_Prepare_stack prepare_stack
80 _Objects_Allocator_lock();
128 _Scheduler_Unmap_priority( scheduler, priority );
141#if defined(RTEMS_MULTIPROCESSING)
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
uint32_t rtems_task_priority
This integer type represents task priorities of the Classic API.
Definition: types.h:257
Objects_Id rtems_id
This type represents RTEMS object identifiers.
Definition: types.h:94
Thread_Information _RTEMS_tasks_Information
void _RTEMS_tasks_Initialize_user_tasks(void)
RTEMS User Task Initialization.
uint64_t Priority_Control
The thread priority control.
Definition: priority.h:91
void _Thread_Kill_zombies(void)
Kills all zombie threads in the system.
Definition: threadrestart.c:168
This header file provides interfaces of the Scheduler Handler which are only used by the implementati...
This header file provides interfaces of the Object Handler which are only used by the implementation.
The configuration of a new thread to initialize.
Definition: threadimpl.h:169
Scheduler control.
Definition: scheduler.h:337
Priority_Control maximum_priority
The maximum priority value of this scheduler.
Definition: scheduler.h:354
Definition: deflate.c:114
This structure defines the configuration of a task constructed by rtems_task_construct().
Definition: tasks.h:110
This header file provides the implementation interfaces of the Task Manager Multiprocessing (MP) Supp...
This header file provides data structures used by the implementation and the Application Configuratio...
This header file provides interfaces of the Thread Handler which are only used by the implementation.