summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/test-scheduler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Add scheduler test supportSebastian Huber2022-03-241-0/+290
Add support to record scheduler operations. This support is especially important for tests in SMP configurations since the thread switch extension is quite difficult to use due to the asynchronous nature of thread dispatching. In contrast, the scheduler operations occur normally in a deterministic order. Update #3716.