summaryrefslogtreecommitdiff
path: root/kern/mutex/mutex_pi_i.h
AgeCommit message (Collapse)Author
2018-07-30Rework assertive functionsRichard Braun
Instead of combining assertions and checking into single functions, rework those into pure checking functions usable with assert(). Those functions were introduced because of warnings about unused functions/variables caused by an earlier implementation of assert().
2018-02-24Don't use reserved identifiersRichard Braun
2018-01-16Clean up init op dependencies between syscnt and mutexRichard Braun
2017-08-31Add debugging code to the mutex modulesRichard Braun
2017-08-27kern/rtmutex: implement timed waitsRichard Braun
2017-07-21Rework mutex implementation selectionAgustina Arzille