summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test-thread-switch.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-26libtest: Place files into a Doxygen groupSebastian Huber1-1/+2
Canonicalize the file headers. Update #3707.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2021-05-03libtest: Fix use of flexible array memberSebastian Huber1-12/+12
Flexible array members must not appear in the middle of a structure.
2020-09-17libtest: Fix T_thread_switch_record()Sebastian Huber1-0/+1
If RTEMS_DEBUG is not defined, then we have to explicitly set the node off the chain. Update #3199.
2020-08-18libtest: Use a destructorSebastian Huber1-10/+5
Do not set up a new test steps environment. Update #3199.
2020-08-11libtest: Add T_thread_switch_record()Sebastian Huber1-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.