X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-unithread.lisp;h=4fc86d5f92580f8152845a2b6ffea2b6b3f79291;hb=62d333e05a6ae7de4e7b5c918d67608a457b3da7;hp=0eddbbb83ed955d6b8ff13b7e9f0339e1a4f6bad;hpb=ec066d84dd46611428943d152749b3891a3f4b7c;p=sbcl.git diff --git a/src/code/target-unithread.lisp b/src/code/target-unithread.lisp index 0eddbbb..4fc86d5 100644 --- a/src/code/target-unithread.lisp +++ b/src/code/target-unithread.lisp @@ -22,6 +22,8 @@ (sb!sys:sap-ref-32 (alien-sap (extern-alien "all_threads" (* t))) (* sb!vm::thread-pid-slot 4))) +(defun reap-dead-threads ()) + ;;;; queues, locks ;; spinlocks use 0 as "free" value: higher-level locks use NIL