RTEMS 6.1-rc2
|
This source file contains the definition of _Thread_Global_constructor and the implementation of _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>
Functions | |
RTEMS_STATIC_ASSERT (CPU_USE_LIBC_INIT_FINI_ARRAY==TRUE||CPU_USE_LIBC_INIT_FINI_ARRAY==FALSE, CPU_USE_LIBC_INIT_FINI_ARRAY) | |
void | _Thread_Handler (void) |
Wrapper function for all threads. | |
Variables | |
Objects_Id | _Thread_Global_constructor |
Object identifier of the global constructor thread. | |
This source file contains the definition of _Thread_Global_constructor and the implementation of _Thread_Handler().