RTEMS
Functions | Variables
threadhandler.c File Reference

Thread Handler. More...

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

Go to the source code of this file.

Functions

 RTEMS_STATIC_ASSERT (CPU_USE_LIBC_INIT_FINI_ARRAY==TRUE||CPU_USE_LIBC_INIT_FINI_ARRAY==FALSE, CPU_USE_LIBC_INIT_FINI_ARRAY)
 
static void _Thread_Global_construction (Thread_Control *executing)
 
void _Thread_Handler (void)
 Wrapper function for all threads. More...
 

Variables

Objects_Id _Thread_Global_constructor
 Object identifier of the global constructor thread. More...
 

Detailed Description

Thread Handler.

Definition in file threadhandler.c.