summaryrefslogtreecommitdiff
path: root/kern/turnstile_types.h
AgeCommit message (Collapse)Author
2018-02-24Don't use reserved identifiersRichard Braun
2017-03-04kern/{thread,turnstile}: implement priority inheritanceRichard Braun
The new turnstile module provides priority propagation capable sleep queues, tightly coupled with the scheduler, and can be used to implement synchronization facilities with priority inheritance.