X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-thread.lisp;h=553dc675e8804803229542be4ba385f2a2736500;hb=4255b37e50876702d2563f3418a44a3f5bf8a2e8;hp=0d0ccb96d94dcf77bc647b02e9aa7ca05f986d35;hpb=6a503c1fa1831c2045f278b8d0523296e09c9cee;p=sbcl.git diff --git a/src/code/target-thread.lisp b/src/code/target-thread.lisp index 0d0ccb9..553dc67 100644 --- a/src/code/target-thread.lisp +++ b/src/code/target-thread.lisp @@ -493,6 +493,7 @@ HOLDING-MUTEX-P." ;; Spin. (go :retry)))) +#!+sb-thread (defun %wait-for-mutex (mutex self timeout to-sec to-usec stop-sec stop-usec deadlinep) (with-deadlocks (self mutex timeout) (with-interrupts (check-deadlock)) @@ -732,7 +733,8 @@ around the call, checking the the associated data: (push data *data*) (condition-notify *queue*))) " - #!-sb-thread (declare (ignore queue timeout)) + #!-sb-thread + (declare (ignore queue)) (assert mutex) #!-sb-thread (wait-for nil :timeout timeout) ; Yeah...