source: rtems/testsuites/smptests/smpfatal06/smpfatal06.scn @ 84e6f15

5
Last change on this file since 84e6f15 was 84e6f15, checked in by Sebastian Huber <sebastian.huber@…>, on 11/10/16 at 11:02:28

score: Robust thread dispatch

On SMP configurations, it is a fatal error to call blocking operating
system with interrupts disabled, since this prevents delivery of
inter-processor interrupts. This could lead to executing threads which
are not allowed to execute resulting in undefined behaviour.

The ARM Cortex-M port has a similar problem, since the interrupt state
is not a part of the thread context.

Update #2811.

  • Property mode set to 100644
File size: 64 bytes
Line 
1*** BEGIN OF TEST SMPFATAL 6 ***
2*** END OF TEST SMPFATAL 6 ***
Note: See TracBrowser for help on using the repository browser.