Files
rtems/testsuites/libtests
Sebastian Huber 1215fd4d94 sapi: SMP support for chains
Add ISR lock to chain control for proper SMP protection.  Replace
rtems_chain_extract() with rtems_chain_explicit_extract() and
rtems_chain_insert() with rtems_chain_explicit_insert() on SMP
configurations.  Use rtems_chain_explicit_extract() and
rtems_chain_explicit_insert() to provide SMP support.
2013-08-30 11:16:28 +02:00
..
2013-08-30 11:16:28 +02:00
2013-07-23 15:12:54 +02:00
2012-11-14 14:06:59 +01:00
2012-11-14 14:06:59 +01:00
2013-04-23 14:32:40 +02:00
2013-04-23 14:32:40 +02:00
2013-01-28 16:46:02 +01:00
2013-07-23 15:12:54 +02:00
2012-02-01 10:59:44 -06:00
2012-12-05 15:26:47 +01:00
2012-12-13 11:36:37 +01:00
2013-06-03 17:28:41 +02:00

This directory contains tests for some of the items in
the lib directories.  The intent is to be able to
verify the basic functionality of a library.  For example,
it is important to know that the stack checker successfully
detects tasks which both stay within and exceed their
stack limits.