Skip to content
  • Allison Karlitskaya's avatar
    Bug 548967 - 1 bit mutex lock · 669b0f2d
    Allison Karlitskaya authored
    Add support for a mutex lock that consumes only one bit of storage
    inside of an integer on systems that support futexes.  Futex is emulated
    (at a higher cost) on systems that don't have it -- but only in the
    contended case.
    669b0f2d