From: Kevin M. Rosenberg Date: Sat, 19 Mar 2005 21:40:21 +0000 (+0000) Subject: r10361: change sbcl with-lock-held expansion X-Git-Tag: v1.96~40 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=efcefe2aeaafd80a1caa5596f3099b617a583699;hp=70e44b1be84888d5bdaf489637745ac5c31fee9c r10361: change sbcl with-lock-held expansion --- diff --git a/processes.lisp b/processes.lisp index db62613..5b2c09d 100644 --- a/processes.lisp +++ b/processes.lisp @@ -46,7 +46,7 @@ #+lispworks `(mp:with-lock (,lock) ,@body) #+sb-thread - `(sb-thread:with-mutex (,lock) ,@body) + `(sb-thread:with-recursive-lock (,lock) ,@body) #+openmcl `(ccl:with-lock-grabbed (,lock) ,@body) #-(or allegro cmu lispworks sb-thread openmcl)