RTEMS 6.1-rc1
Functions
threadstart.c File Reference

This source file contains the implementation of _Thread_Start(). More...

#include <rtems/score/threadimpl.h>
#include <rtems/score/isrlevel.h>
#include <rtems/score/userextimpl.h>

Functions

Status_Control _Thread_Start (Thread_Control *the_thread, const Thread_Entry_information *entry, ISR_lock_Context *lock_context)
 Starts the specified thread. More...
 

Detailed Description

This source file contains the implementation of _Thread_Start().