0.8.7.4:
[sbcl.git] / src / code / target-unithread.lisp
index b8ae72f..651573d 100644 (file)
        (t 
         `(progn ,@body))))
 
-;;; what's the best thing to do with these on unithread?
+;;; what's the best thing to do with these on unithread?  commented
+;;; functions are the thread versions, just to remind me what they do
+;;; there
 #+nil
 (defun condition-wait (queue lock)
   "Atomically release LOCK and enqueue ourselves on QUEUE.  Another
@@ -129,3 +131,4 @@ time we reacquire LOCK and return to the caller."
 (defun debugger-wait-until-foreground-thread (stream) t)
 (defun get-foreground () t)
 (defun release-foreground (&optional next) t)
+(defun terminate-session ())