RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Files | Data Structures | Functions | Variables

Tests four fatal errors. More...

Files

file  tr-fatal-smp.c
 
file  tr-fatal-smp.h
 

Data Structures

struct  ScoreSmpValFatal_Context
 Test context for spec:/score/smp/val/fatal test case. More...
 

Functions

 RTEMS_SYSINIT_ITEM (TriggerTestCase, RTEMS_SYSINIT_DEVICE_DRIVERS, RTEMS_SYSINIT_ORDER_MIDDLE)
 
void ScoreSmpValFatal_Run (rtems_fatal_source source, rtems_fatal_code code)
 Runs the parameterized test case.
 

Variables

Per_CPU_Job job
 

Detailed Description

Tests four fatal errors.

This test case performs the following actions:

Function Documentation

◆ ScoreSmpValFatal_Run()

void ScoreSmpValFatal_Run ( rtems_fatal_source  source,
rtems_fatal_code  code 
)

Runs the parameterized test case.

Parameters
sourceis fatal source.
codeis fatal code.

Variable Documentation

◆ job

Per_CPU_Job job
Initial value:
= {
.context = &job_context
}