RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Functions
threadinitialize.c File Reference

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.
 

Detailed Description

This source file contains the implementation of _Thread_Initialize().