Files
rtems/cpukit/sapi/src
Sebastian Huber 84e6f15c82 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.
2016-11-23 12:52:06 +01:00
..
2016-04-06 09:08:24 +02:00
2016-10-12 11:12:40 +02:00
2016-11-23 12:52:06 +01:00
2016-07-22 09:13:07 +02:00
2015-08-31 09:59:42 +02:00
2016-06-22 14:37:11 +02:00
2015-05-20 08:40:29 +02:00