RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Modules | Files | Macros | Functions | Variables
spec:/testsuites/fatal-scheduler-requires-exactly-one-processor

This validation test suite uses an application configuration which triggers a fatal error during system initialization. More...

Modules

 spec:/score/smp/val/fatal-scheduler-requires-exactly-one-processor
 Tests a fatal error.
 

Files

file  ts-fatal-scheduler-requires-exactly-one-processor.c
 

Macros

#define FATAL_SYSINIT_RUN    ScoreSmpValFatalSchedulerRequiresExactlyOneProcessor_Run
 
#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
 
#define CONFIGURE_MAXIMUM_PROCESSORS   2
 
#define CONFIGURE_SCHEDULER_PRIORITY
 
#define CONFIGURE_SCHEDULER_TABLE_ENTRIES    RTEMS_SCHEDULER_TABLE_PRIORITY( a, TEST_SCHEDULER_A_NAME )
 
#define CONFIGURE_SCHEDULER_ASSIGNMENTS
 

Functions

 RTEMS_SCHEDULER_PRIORITY (a, 256)
 

Variables

const char rtems_test_name [] = "TestsuitesFatalSchedulerRequiresExactlyOneProcessor"
 Each test must define a test name string.
 

Detailed Description

This validation test suite uses an application configuration which triggers a fatal error during system initialization.

Macro Definition Documentation

◆ CONFIGURE_SCHEDULER_ASSIGNMENTS

#define CONFIGURE_SCHEDULER_ASSIGNMENTS
Value:
RTEMS_SCHEDULER_ASSIGN( 0, RTEMS_SCHEDULER_ASSIGN_PROCESSOR_MANDATORY ), \
RTEMS_SCHEDULER_ASSIGN( 0, RTEMS_SCHEDULER_ASSIGN_PROCESSOR_MANDATORY )