Files
rtems/testsuites/smptests
Sebastian Huber 258ad71e96 SMP: Fix and optimize thread dispatching
According to the C11 and C++11 memory models only a read-modify-write
operation guarantees that we read the last value written in modification
order.  Avoid the sequential consistent thread fence and instead use the
inter-processor interrupt to set the thread dispatch necessary
indicator.
2015-09-28 13:56:57 +02:00
..
2014-09-01 11:01:04 +02:00
2014-09-01 11:01:04 +02:00
2014-09-01 11:01:04 +02:00
2014-09-01 11:01:04 +02:00

#
#  COPYRIGHT (c) 1989-2011.
#  On-Line Applications Research Corporation (OAR).
#
#  The license and distribution terms for this file may be
#  found in the file LICENSE in this distribution or at
#  http://www.rtems.org/license/LICENSE.

This directory contains the RTEMS SMP Test Suite.

As of June 2011, these tests are known to run on only

+ pcp4 BSP using qemu with 2-4 cores
+ leon3 BSP using grsim with 4 cores