summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical22 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: New thread queue implementationSebastian Huber2015-05-191-2/+6
| | | | | | | | | 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.
* sptests/spintrcritical22: New testSebastian Huber2014-09-194-0/+174