summaryrefslogtreecommitdiff
path: root/test-suite/tests/threads.test
Commit message (Expand)AuthorAgeFilesLines
* Back to simple unlock-mutexAndy Wingo2016-11-051-9/+7
* Remove unchecked-unlock facility from Guile mutexesAndy Wingo2016-11-051-5/+1
* Remove fat mutex abandoned mutex errorAndy Wingo2016-11-051-9/+4
* Remove lock-mutex owner facilityAndy Wingo2016-11-041-12/+1
* Remove thread cleanup facilityAndy Wingo2016-10-311-25/+4
* build: Support pthread builds without 'pthread_cancel' support (Android).Ludovic Courtès2014-07-041-1/+12
* futures: Limit the number of nested futures on the same stack.Ludovic Courtès2013-03-271-2/+7
* an experiment: clearing the C stack in gc testsAndy Wingo2012-01-311-9/+2
* Arrange so that stack-cleaning loops in GC tests are not optimized out.Ludovic Courtès2011-09-181-3/+8
* Move `{total,current}-processor-count' outside of `posix.c'.Ludovic Courtès2011-04-251-0/+14
* Increase the timeout of timing-sensitive thread tests.Ludovic Courtès2011-04-221-4/+4
* Implement `(ice-9 threads)' high-level constructs in terms of futures.Ludovic Courtès2010-12-161-3/+36
* Fix bug #27450 ("Fat mutexes not GC'd until their owner dies").Ludovic Courtès2009-09-151-2/+16
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-13/+12
* Remove possible deadlock in scm_join_thread_timedNeil Jerram2009-05-271-1/+25
* Fix wait-condition-variable so that it doesn't leave asyncs blockedNeil Jerram2009-05-271-2/+41
* Delete trailing whitespace.Neil Jerram2008-05-141-7/+7
* latest set of SRFI-18 support changes to core threadsJulian Graham2008-05-141-0/+46
* Core enhancements, by Julian Graham, to Guile's thread, mutex andNeil Jerram2008-03-081-1/+123
* Changes from arch/CVS synchronizationLudovic Courtès2007-10-201-4/+56
* merge from 1.8 branchKevin Ryde2006-06-171-27/+109
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* Only test when 'threads are provided.Marius Vollmer2005-03-021-31/+31
* New file, exercising parallel.Kevin Ryde2003-06-191-0/+54