Implement ATOMIC-INTEGER using a lock where native atomic ops are unavailable
commit7f8bbcaffd987f1e1a2748d7dab48207021e9620
authorStelian Ionescu <sionescu@cddr.org>
Wed, 29 Jul 2020 05:09:06 +0000 (29 01:09 -0400)
committerStelian Ionescu <sionescu@cddr.org>
Wed, 29 Jul 2020 05:09:06 +0000 (29 01:09 -0400)
tree2b358ae217819a8294e134db57af9d8beab09735
parenta1adbc7935a44abaa3d69f101cecaf10b94658fe
Implement ATOMIC-INTEGER using a lock where native atomic ops are unavailable

More Clisp fixes.
apiv2/api-semaphores.lisp
apiv2/atomics.lisp
apiv2/impl-clisp.lisp
test/tests-v2.lisp