[Openmcl-devel] Killing Threads Waiting on IO
David L. Rager
ragerdl at cs.utexas.edu
Wed May 31 14:30:45 PDT 2006
Something like:
(dotimes (i 20)
(progn (:y (car (ccl:all-processes)))
:pop))
-----Original Message-----
From: David L. Rager [mailto:ragerdl at cs.utexas.edu]
Sent: Wednesday, May 31, 2006 4:28 PM
To: openmcl-devel at clozure.com
Cc: 'David L. Rager'
Subject: [Openmcl-devel] Killing Threads Waiting on IO
Howdy OpenMCL Dev,
Does someone know of a way to kill the threads waiting for terminal input?
I have about 20 or so, and since presumably their interrupts are disabled
when they're waiting on the I/O semaphore, I'm having trouble killing them
without killing the whole LISP.
Thanks,
David
More information about the Openmcl-devel
mailing list