summaryrefslogtreecommitdiff
path: root/kern/semaphore.h
AgeCommit message (Expand)Author
2017-08-27kern/semaphore: implement timed waitsRichard Braun
2017-05-30Move assert.h to the include directoryRichard Braun
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