Files
rtems/testsuites/smptests
Sebastian Huber 77c5ddd496 smptests/smpmrsp01: Fix task delete race condition
Do not supsend self while waiting for termination since the
rtems_task_delete() may take place while the rtems_task_suspend() waits
for the Giant lock preventing delivery of the inter-processor interrupt.
The result is a suspended and terminated thread (this is a valid state,
but leads in this case to a test failure).
2015-01-14 07:40:49 +01:00
..
2014-09-01 11:01:04 +02:00
2014-11-24 14:04:54 -06: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
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-12-05 07:47:32 +01:00
2014-11-24 14:04:54 -06: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