summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test-thread-switch.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Use a destructorSebastian Huber2020-08-181-10/+5
| | | | | | Do not set up a new test steps environment. Update #3199.
* libtest: Add T_thread_switch_record()Sebastian Huber2020-08-111-0/+165
Add support to record thread switch events. This can be used to check that a blocking operation results in the expected sequence of thread switches. Update #3199.