|
RTEMS
|
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... | |
Thread Handler.
Definition in file threadhandler.c.
1.8.14