summaryrefslogtreecommitdiff
path: root/kern/semaphore.h
AgeCommit message (Collapse)Author
2017-05-30Move assert.h to the include directoryRichard Braun
This turns assert.h into a standard header.
2017-05-29kern/semaphore: replace xxx_once macros with atomic accessorsRichard Braun
2017-04-10kern/semaphore: optimize for binary semaphoresRichard Braun
2017-03-17kern/semaphore: allow unlocking from interrupt contextRichard Braun
2017-03-17kern/semaphore: new moduleRichard Braun