summaryrefslogtreecommitdiff
path: root/kern/mutex_i.h
AgeCommit message (Collapse)Author
2013-04-14kern/{condition,mutex}: refactor common codeRichard Braun
The condition module intrusively uses mutexes. Augment the interface of the mutex module so that mutexes and conditions share common code. As a side effect, the implementation should have gained in clarity.