Skip to content
  • Marius Gerbershagen's avatar
    threading: add support for atomic operations · 239a2aa4
    Marius Gerbershagen authored
        We support both compare-and-swap and fetch-and-add (via
        atomic-incf/decf) on the most common places and define an
        extension interface for compare-and-swap similiar to the one in
        SBCL.
    
        These changes introduce new dependencies on the libatomic_ops
        macros AO_fetch_compare_and_swap and AO_fetch_and_add.
    239a2aa4