summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical21 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Implement fine-grained locking for eventsSebastian Huber2015-03-051-2/+12
| | | | | | | Use the ISR lock of the thread object to protect the event state and use the Giant lock only for the blocking operations. Update #2273.
* sptests/sp39: Convert to sptests/spintrcritical21Sebastian Huber2014-09-105-0/+255
Use interrupt critical section test support. Do not print end of test message in case of failure.