summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test-thread-switch.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Place files into a Doxygen groupSebastian Huber2023-07-261-1/+2
| | | | | | Canonicalize the file headers. Update #3707.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* libtest: Fix use of flexible array memberSebastian Huber2021-05-031-12/+12
| | | | Flexible array members must not appear in the middle of a structure.
* libtest: Fix T_thread_switch_record()Sebastian Huber2020-09-171-0/+1
| | | | | | | If RTEMS_DEBUG is not defined, then we have to explicitly set the node off the chain. Update #3199.
* 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.