RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Data Structures | Functions
#include <bsp.h>
#include <setjmp.h>
#include <string.h>
#include <rtems/bspIo.h>
#include <rtems/test-info.h>
#include <rtems/score/atomic.h>
#include <rtems/score/isrlevel.h>
#include "tc-userext.h"
#include <rtems/test.h>

Data Structures

struct  FatalInfo
 

Functions

void * __real__CPU_Thread_Idle_body (void *arg)
 
void * __wrap__CPU_Thread_Idle_body (void *arg)
 
void FatalExtension0 (rtems_fatal_source source, bool always_set_to_false, rtems_fatal_code code)
 
void FatalExtension1 (rtems_fatal_source source, bool always_set_to_false, rtems_fatal_code code)
 
 T_TEST_CASE (ScoreInterrValTerminate)