WITH-SPINLOCK compatibility layer was broken
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 9 Dec 2011 19:00:44 +0000 (21:00 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 9 Dec 2011 21:52:17 +0000 (23:52 +0200)
commit097bb4b229c78120a1cf3771b1d0cdca31a93101
tree6a4bf4c14d708259bf7abf5edfd3c1155e5d2356
parent8ee61a7761181511d15690246eb52d100e233935
WITH-SPINLOCK compatibility layer was broken

  Copy-paste damage from WITH-RECURSIVE-LOCK, looks like.  We don't have a
  WITH-LOCK and never did, should be WITH-MUTEX.
src/code/thread.lisp
tests/threads.impure.lisp