RTEMS
Functions
threadstart.c File Reference

Initializes Thread and Executes it. More...

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

Go to the source code of this file.

Functions

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

Detailed Description

Initializes Thread and Executes it.

Definition in file threadstart.c.