summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical22 (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-19score: New thread queue implementationSebastian Huber1-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.
2014-09-19sptests/spintrcritical22: New testSebastian Huber4-0/+174