summaryrefslogtreecommitdiff
path: root/kern/mutex/mutex_adaptive.c
AgeCommit message (Expand)Author
2017-09-02Make assert have no side effectsRichard Braun
2017-08-31kern/mutex/mutex_adaptive: rename some debugging countersRichard Braun
2017-08-31Make mutex debugging slightly more convenientRichard Braun
2017-08-31Add debugging code to the mutex modulesRichard Braun
2017-08-27kern/mutex/mutex_adaptive: implement timed waitsRichard Braun
2017-07-21Merge branch 'adaptive_spinning'Richard Braun
2017-07-21kern/mutex: new adaptive spinning mutex implementationAgustina Arzille