X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fcross-thread.lisp;h=743357a66fd26a0ee1fd5dc2148b1bc340e5b0ce;hb=6caf3ed5713773cb423f46bf40a29f2438c97c78;hp=aede6615a40f9710c3f1b1c3001c7f52d33fd24f;hpb=54e97796e29cb89892dd30c8cb8c5e9d0a870f94;p=sbcl.git diff --git a/src/code/cross-thread.lisp b/src/code/cross-thread.lisp index aede661..743357a 100644 --- a/src/code/cross-thread.lisp +++ b/src/code/cross-thread.lisp @@ -15,6 +15,9 @@ (declare (ignore name value)) nil) +#!+(and sb-lutex sb-thread) +(defun make-lutex () nil) + (defmacro with-mutex ((mutex) &body body) (declare (ignore mutex)) `(locally ,@body)) @@ -29,7 +32,7 @@ (defun get-spinlock (spinlock) (declare (ignore spinlock)) - nil) + t) (defun release-spinlock (spinlock) (declare (ignore spinlock))