Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-02 | Make assert have no side effects | Richard Braun | |
This makes sure symbols referenced by assert uses may not be generated if unused. The recently introduced __unused macro is used to suppress compiler warnings resulting from this change. | |||
2017-08-31 | kern/mutex/mutex_adaptive: rename some debugging counters | Richard Braun | |
2017-08-31 | Make mutex debugging slightly more convenient | Richard Braun | |
Define the macro controlling mutex debugging only if not already defined, allowing users to pass it through CFLAGS. | |||
2017-08-31 | Add debugging code to the mutex modules | Richard Braun | |
2017-08-27 | kern/mutex/mutex_adaptive: implement timed waits | Richard Braun | |
2017-07-21 | Merge branch 'adaptive_spinning' | Richard Braun | |
2017-07-21 | kern/mutex: new adaptive spinning mutex implementation | Agustina Arzille | |