X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-unithread.lisp;fp=src%2Fcode%2Ftarget-unithread.lisp;h=fde8f13d2f1f800250b5fad6be88aa6b60565e84;hb=dcf5978d9d33098e868ae6eea28e1b310038c03d;hp=33f4b68ce21ae8efddbea1bec4b7abe1a5e99b51;hpb=d039e5131ac15717049378a664e0e782f32506a2;p=sbcl.git diff --git a/src/code/target-unithread.lisp b/src/code/target-unithread.lisp index 33f4b68..fde8f13 100644 --- a/src/code/target-unithread.lisp +++ b/src/code/target-unithread.lisp @@ -122,10 +122,9 @@ time we reacquire LOCK and return to the caller." (signal-queue-head queue)) -;;;; multiple independent listeners - -(defvar *session-lock* nil) - ;;;; job control (defun debugger-wait-until-foreground-thread (stream) t) +(defun get-foreground () t) +(defun release-foreground (&optional next) t) +