summaryrefslogtreecommitdiff
path: root/libguile/pthread-threads.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-23Revert "add pthread_atfork helpers to our threading shims"Andy Wingo1-9/+1
2012-02-17add pthread_atfork helpers to our threading shimsAndy Wingo1-1/+9
2011-05-26remove gc pthread redirects entirelyAndy Wingo1-18/+2
2011-04-03pthread-threads.h: only redirect to GC_pthread_sigmask if it is presentAndy Wingo1-0/+4
2011-03-29fix compilation with libgc 7.0, 7.1Andy Wingo1-0/+11
2011-03-25threading / with_guile refactor to use more GC_stack_baseAndy Wingo1-7/+7
2009-09-14Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.Ludovic Courtès1-1/+1
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-10Merge commit '2e77f7202b11ad0003831fcff94ec7db80cca015' into boehm-demers-wei...Ludovic Courtès1-1/+8
2008-09-10Merge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347' into boehm-demers-wei...Ludovic Courtès1-1/+5
2008-09-10Use thread-local allocation (significant perf. improvement!); added the `boeh...Ludovic Courtes1-2/+1
2008-09-05Tell `libgc' that we're using POSIX threads. This fixes Guile on PPC.Ludovic Court`es1-0/+4
2007-10-20Changes from arch/CVS synchronizationLudovic Courtès1-0/+3
2007-10-10Changes from arch/CVS synchronizationLudovic Courtès1-1/+5
2006-10-09merge from 1.8 branchKevin Ryde1-1/+5
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-1/+1
2005-10-23* null-threads.h, pthread-threads.hMarius Vollmer1-2/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-47/+55
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2002-12-18* Makefile.am (modinclude_HEADERS): Added threads-plugin.h.Mikael Djurfeldt1-56/+2
2002-12-18* threads.c (really_launch): Detach before unlockingMikael Djurfeldt1-12/+4
2002-12-16* pthread-threads.c, pthread-threads.h (SCM_DEBUG_THREADS): AddedMikael Djurfeldt1-1/+10
2002-12-16* threads.c (scm_thread): Removed filed joining_threads.Mikael Djurfeldt1-11/+41
2002-12-16* pthread-threads.c, pthread-threads.h, threads.c: Fixes toMikael Djurfeldt1-7/+13
2002-12-15* __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions.Mikael Djurfeldt1-0/+24
2002-12-09* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt1-30/+33
2002-12-02* pthread-threads.h: New, implement pthread-like API by deferring toMarius Vollmer1-0/+99