Avoid a reader error in threads.pure.lisp with non-threaded sbcl.
[sbcl.git] / tests / threads.pure.lisp
2011-11-23 Joshua ElsasserAvoid a reader error in threads.pure.lisp with non...
2011-11-17 Nikodemus Siivolasemaphore notification objects
2011-11-10 Nikodemus Siivolaunify locks
2011-11-10 Nikodemus Siivolatimeouts on JOIN-THREAD
2011-11-10 Nikodemus Siivolatimeouts on semaphores and mailboxes, fix timeouts...
2011-11-09 Nikodemus Siivolakilling lutexes, adding timeouts
2011-10-28 Nikodemus Siivolawaiting for arbitrary events SB-EXT:WAIT-FOR
2011-06-11 Paul KhuongMAKE-THREAD accepts :ARGUMENTS to pass to the thread...
2011-06-07 Nikodemus Siivolafix whitespace in tests
2011-06-06 Jim WiseRework test infrastructure to keep track of tests which...
2011-05-14 Nikodemus Siivola1.0.48.16: deadlock detection fixes
2011-05-11 Nikodemus Siivola1.0.48.12: fix bugs in deadlock detection and tests
2011-05-11 Nikodemus Siivola1.0.48.10: add deadlock detection to spinlocks and...
2011-02-15 Nikodemus Siivola1.0.45.34: #+sb-thread the new waitqueue printing test
2011-02-11 Nikodemus Siivola1.0.45.15: make waitqueue printing prettier
2009-12-30 Alastair Bridgewater1.0.34.2: Make threads.pure.lisp symbol-value-in-thread...
2009-06-18 Nikodemus Siivola1.0.29.19: robustify SYMBOL-VALUE-IN-THREAD
2009-06-18 Nikodemus Siivola1.0.29.17: SYMBOL-VALUE-IN-THREAD
2009-03-16 Gabor Melis1.0.26.4: less pessimal waitqueues
2008-12-03 Nikodemus Siivola1.0.23.15: GET-MUTEX to set new mutex owner unithreaded...
2008-09-19 Nikodemus Siivola1.0.20.10: semaphore and condition variable fixes
2008-03-14 Nikodemus Siivola1.0.15.31: thread-safe FIND-CLASS -- really this time
2008-03-13 Nikodemus Siivola1.0.15.30: thread-safe FIND-CLASS
2007-07-03 Nikodemus Siivola1.0.7.11: fix test WITHOUT-INTERRUPTS+GET-MUTEX
2007-07-01 Nikodemus Siivola1.0.7.6: additional test case that fails under SB-LUTEX
2007-07-01 Nikodemus Siivola1.0.7.5: allow WITH-INTERRUPTS inside "system locked...