summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical20 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: New thread queue implementationSebastian Huber2015-05-191-2/+8
| | | | | | | | | Use thread wait flags for synchronization. The enqueue operation is now part of the initial critical section. This is the key change and enables fine grained locking on SMP for objects using a thread queue like semaphores and message queues. Update #2273.
* tests: Rework interrupt critical testsSebastian Huber2014-09-101-37/+45
| | | | | | | | | This avoids test durations of more than one hour on fast targets, since fast targets can count a lot during one clock tick period, so the minor loop iteration count was quite high. Estimate now the test body duration to iterate only through the interesting time window. Add and use interrupt_critical_section_test().
* tests/sptests: Use <rtems/test.h>Sebastian Huber2014-03-251-3/+5
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* sptests/spintrcritical20: PR2140: New testSebastian Huber2013-08-234-0/+202