RTEMS CPU Kit with SuperCore
4.11.3
|
Initializes Thread and Executes it. More...
#include <rtems/score/threadimpl.h>
#include <rtems/score/isrlevel.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/userextimpl.h>
Functions | |
bool | _Thread_Start (Thread_Control *the_thread, Thread_Start_types the_prototype, void *entry_point, void *pointer_argument, Thread_Entry_numeric_type numeric_argument, Per_CPU_Control *cpu) |
Initializes thread and executes it. More... | |
Initializes Thread and Executes it.