Files
rtems/cpukit
Sebastian Huber 152ad7d1cc score: Fix _Thread_Start_multitasking() on SMP
The _CPU_Context_Restart_self() implementations usually assume that self
context is executing.

FIXME: We have a race condition in _Thread_Start_multitasking() in case
another thread already performed scheduler operations and moved the heir
thread to another processor.  The time frame for this is likely too
small to be practically relevant.
2014-06-24 09:31:14 +02:00
..
2014-06-03 08:28:46 +02:00
2013-10-31 14:32:24 +01:00
2014-04-10 11:28:52 +02:00