RTEMS 6.1-rc2
|
This source file contains the implementation of _Thread_Initialize(). More...
#include <rtems/score/threadimpl.h>
#include <rtems/score/freechainimpl.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>
Functions | |
void | _Thread_Free (Thread_Information *information, Thread_Control *the_thread) |
Frees the thread. | |
Status_Control | _Thread_Initialize (Thread_Information *information, Thread_Control *the_thread, const Thread_Configuration *config) |
Initializes thread. | |
This source file contains the implementation of _Thread_Initialize().