summaryrefslogtreecommitdiff
path: root/libguile/threads.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-28Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646'Andy Wingo1-0/+1
2013-11-23Add mutex locking functions that also block asyncs.Mark H Weaver1-0/+1
2013-11-22Remove unused scm_i_thread fieldsAndy Wingo1-5/+0
2013-11-21Remove last use of SCM vmAndy Wingo1-1/+1
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-3/+4
2013-03-01Allow the SMOB mark procedures to be called when libgc uses parallel markers.Ludovic Courtès1-3/+4
2012-03-03the dynamic stack is really a stack now, instead of a listAndy Wingo1-7/+5
2012-02-23Revert "add pthread_atfork helpers to our threading shims"Andy Wingo1-5/+1
2012-02-17add pthread_atfork helpers to our threading shimsAndy Wingo1-1/+5
2012-01-30Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-4/+0
2012-01-30Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'Andy Wingo1-0/+4
2012-01-26Revert "Universally-unique gensyms"Andy Wingo1-4/+0
2012-01-21Universally-unique gensymsMark H Weaver1-0/+4
2011-12-01Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2011-11-23optional default-value arg to make-fluidAndy Wingo1-1/+1
2011-06-16Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-0/+1
2011-06-16fix initial values of reallocated fluidsAndy Wingo1-0/+1
2011-05-15remove SCM_THREAD_SWITCHING_CODEAndy Wingo1-3/+0
2011-04-25Move `{total,current}-processor-count' outside of `posix.c'.Ludovic Courtès1-0/+3
2011-03-25threading / with_guile refactor to use more GC_stack_baseAndy Wingo1-7/+1
2011-03-18fix thread cleanupAndy Wingo1-1/+4
2011-01-22scm_with_guile calls GC_call_with_gc_activeAndy Wingo1-2/+1
2009-12-03remove debug framesAndy Wingo1-4/+0
2009-10-09Use TLS when available for `SCM_I_CURRENT_THREAD'.Ludovic Courtès1-3/+12
2009-10-09Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile.Ludovic Courtès1-7/+12
2009-09-30Fix spurious `throw from within critical section' errorsNeil Jerram1-0/+3
2009-08-28Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+1
2009-08-21Avoid clash with system setjmp/longjmp on IA64Neil Jerram1-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
2009-03-22Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-0/+1
2009-03-17Merge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907' into vm-checkAndy Wingo1-1/+1
2009-03-17Merge commit '8b0174c879bf74981efe702a00471ed5b8e6912e' into vm-checkAndy Wingo1-0/+7
2009-02-14Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+1
2009-01-23Fix build when scm_t_timespec is different from struct timespecNeil Jerram1-1/+1
2009-01-15Don't try to unlock already unlocked heap mutexNeil Jerram1-0/+7
2008-11-04Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-0/+1
2008-10-24Fix hang in srfi-18.testNeil Jerram1-0/+1
2008-10-24Fix hang in srfi-18.testNeil Jerram1-0/+1
2008-10-11truly thread-local vms; don't compile popen.scmAndy Wingo1-0/+1
2008-09-18Implement `scm_without_guile ()' in terms of `GC_do_blocking ()'.Ludovic Courtès1-0/+3
2008-09-18Remove per-thread `gc_running_p'.Ludovic Courtès1-3/+0
2008-09-17Remove GC-related fields from `scm_i_thread'.Ludovic Courtès1-10/+0
2008-09-17Remove code intended to put threads to sleep.Ludovic Courtès1-11/+1
2008-09-10Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-12/+31
2008-09-10Merge commit '2e77f7202b11ad0003831fcff94ec7db80cca015' into boehm-demers-wei...Ludovic Courtès1-2/+7
2008-09-05Added support for SMOB custom mark procedures.Ludovic Courtes1-0/+5
2008-09-05Removed the mark/free functions of continuations and threads.Ludovic Courtes1-1/+1
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-12/+12
2008-05-14Delete trailing whitespace.Neil Jerram1-2/+2