|
RTEMS CPU Kit with SuperCore
4.11.2
|
Initialize Thread. More...
#include <rtems/score/threadimpl.h>#include <rtems/score/resourceimpl.h>#include <rtems/score/schedulerimpl.h>#include <rtems/score/stackimpl.h>#include <rtems/score/tls.h>#include <rtems/score/userextimpl.h>#include <rtems/score/watchdogimpl.h>#include <rtems/score/wkspace.h>#include <rtems/score/cpusetimpl.h>#include <rtems/config.h>
Functions | |
| bool | _Thread_Initialize (Objects_Information *information, Thread_Control *the_thread, const Scheduler_Control *scheduler, void *stack_area, size_t stack_size, bool is_fp, Priority_Control priority, bool is_preemptible, Thread_CPU_budget_algorithms budget_algorithm, Thread_CPU_budget_algorithm_callout budget_callout, uint32_t isr_level, Objects_Name name) |
Initialize Thread.
1.8.13