summaryrefslogtreecommitdiff
path: root/libguile/threads.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-28Fix support for threads already known to GCAndy Wingo1-0/+3
2017-01-08Remove thread-specific admin mutexAndy Wingo1-2/+0
2016-12-05Reimplement dynamic statesAndy Wingo1-2/+1
2016-11-21Deprecate dynamic rootsAndy Wingo1-1/+0
2016-11-14join-thread in SchemeAndy Wingo1-2/+0
2016-11-13Refactor GC implications of thread sleepAndy Wingo1-6/+1
2016-11-05scm_timed_lock_mutex replaces scm_lock_mutex_timedAndy Wingo1-1/+1
2016-11-05Back to simple unlock-mutexAndy Wingo1-1/+0
2016-11-05Replace scm_make_mutex_with_flagsAndy Wingo1-1/+1
2016-11-05Remove thread held pthread_mutex fieldAndy Wingo1-1/+0
2016-11-05Remove thread-local weak mutex setAndy Wingo1-1/+0
2016-11-01Deprecate critical sectionsAndy Wingo1-2/+0
2016-11-01Threads no longer track critical section levelAndy Wingo1-4/+0
2016-10-31Remove thread cleanup facilityAndy Wingo1-3/+0
2016-10-27cancel-thread via asyncs, not pthread_cancelAndy Wingo1-1/+0
2016-10-26Use atomics for async interruptsAndy Wingo1-7/+11
2016-10-23Move thread bindings to (ice-9 threads)Andy Wingo1-1/+0
2014-02-02Add thread-local lock-free, TLS-free freelists.Andy Wingo1-1/+5
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