RTEMS CPU Kit with SuperCore  4.11.3
Functions
threadstart.c File Reference

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>
Include dependency graph for threadstart.c:

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...
 

Detailed Description

Initializes Thread and Executes it.