summaryrefslogtreecommitdiff
path: root/kern/semaphore.h
AgeCommit message (Expand)Author
2018-02-24New errno.h standard headerRichard Braun
2018-02-24Don't use reserved identifiersRichard Braun
2017-09-22kern/semaphore: improve descriptionRichard Braun
2017-09-07kern/semaphore: do not assume common caseRichard Braun
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