Forked from
Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
-
Edward Z. Yang authored
We add the invariant to the MVar blocked threads queue that threads blocked on an atomic read are always at the front of the queue. This invariant is easy to maintain, since takers are only ever added to the end of the queue. Signed-off-by:Edward Z. Yang <ezyang@mit.edu>
Edward Z. Yang authoredWe add the invariant to the MVar blocked threads queue that threads blocked on an atomic read are always at the front of the queue. This invariant is easy to maintain, since takers are only ever added to the end of the queue. Signed-off-by:Edward Z. Yang <ezyang@mit.edu>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.