From: Nikodemus Siivola Date: Thu, 3 May 2012 10:25:09 +0000 (+0300) Subject: better timeout handling in EXIT and %EXIT-OTHER-THREADS X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8a33054f6541596c61b091e2b77118deda1511e2;hp=8a33054f6541596c61b091e2b77118deda1511e2;p=sbcl.git better timeout handling in EXIT and %EXIT-OTHER-THREADS Account the timeout against all the threads being joined, not each separately. Also move handling of "main thread exiting even though another thread got the call" handling to %EXIT. ...and one missing #!+sb-doc ---