summaryrefslogtreecommitdiff
path: root/libguile/threads.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Fix build on ia64.John Paul Adrian Glaubitz1-0/+5
2019-06-20Inline freelist vectors into scm_threadAndy Wingo1-2/+15
2019-06-20Rearrange scm_thread for better localityAndy Wingo1-12/+12
2018-09-14Micro-optimization of scm_vm placement in scm_threadAndy Wingo1-3/+3
2018-08-20Manual JIT interface via %jit-compileAndy Wingo1-0/+3
2018-06-27Minor scm_thread refactoringAndy Wingo1-1/+3
2018-06-27Refactor handling of active VM registersAndy Wingo1-4/+1
2018-06-26Rename scm_i_thread to scm_threadAndy Wingo1-5/+5
2018-06-26Refactor continuation capture in VMAndy Wingo1-2/+2
2018-06-26Most header files use forward decl for union scm_vm_stack_elementAndy Wingo1-1/+0
2018-06-24Inline struct scm_vm into struct scm_i_threadAndy Wingo1-1/+2
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rename __scm.h to scm.hAndy Wingo1-1/+0
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove useless "classes: h_files" from Guile headers.Andy Wingo1-2/+0
2018-06-18Devolve more validate macrosAndy Wingo1-0/+1
2018-06-17Refactor handling of auxiliary stacks and setjmp/longjmpAndy Wingo1-7/+5
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