summaryrefslogtreecommitdiff
path: root/test/test_mutex_pi.c
AgeCommit message (Collapse)Author
2019-01-17Replace "awaken" with "awoken"Richard Braun
See https://www.merriam-webster.com/words-at-play/usage-awaken-awoken-awakened.
2018-02-12test: define test_setup as an __init functionRichard Braun
2017-09-07test/test_mutex_pi: make test threads sleepRichard Braun
Unlike the TODO description, this change only adds a sleep to make processor time available to the system, because changing as described by the TODO entry makes it much more difficult to produce the expected results.
2017-04-29New stdio.h standard headerRichard Braun
Make kernel code obtain definitions for the printf family of functions through the inclusion of the standard stdio.h header.
2017-04-29kern/printk: rename to printfRichard Braun
The printk functions are close enough to the printf ones to bear the same names.
2017-03-15test/test_mutex_pi: periodically report the number of priority boostsRichard Braun
2017-03-04test/test_mutex_pi: new test moduleRichard Braun
This test module checks most of the guarantees expected from mutexes with priority inheritance.