index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
threads.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-28
Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
Andy Wingo
1
-0
/
+1
2013-11-23
Add mutex locking functions that also block asyncs.
Mark H Weaver
1
-0
/
+1
2013-11-22
Remove unused scm_i_thread fields
Andy Wingo
1
-5
/
+0
2013-11-21
Remove last use of SCM vm
Andy Wingo
1
-1
/
+1
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-3
/
+4
2013-03-01
Allow the SMOB mark procedures to be called when libgc uses parallel markers.
Ludovic Courtès
1
-3
/
+4
2012-03-03
the dynamic stack is really a stack now, instead of a list
Andy Wingo
1
-7
/
+5
2012-02-23
Revert "add pthread_atfork helpers to our threading shims"
Andy Wingo
1
-5
/
+1
2012-02-17
add pthread_atfork helpers to our threading shims
Andy Wingo
1
-1
/
+5
2012-01-30
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-4
/
+0
2012-01-30
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
Andy Wingo
1
-0
/
+4
2012-01-26
Revert "Universally-unique gensyms"
Andy Wingo
1
-4
/
+0
2012-01-21
Universally-unique gensyms
Mark H Weaver
1
-0
/
+4
2011-12-01
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2011-11-23
optional default-value arg to make-fluid
Andy Wingo
1
-1
/
+1
2011-06-16
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
1
-0
/
+1
2011-06-16
fix initial values of reallocated fluids
Andy Wingo
1
-0
/
+1
2011-05-15
remove SCM_THREAD_SWITCHING_CODE
Andy Wingo
1
-3
/
+0
2011-04-25
Move `{total,current}-processor-count' outside of `posix.c'.
Ludovic Courtès
1
-0
/
+3
2011-03-25
threading / with_guile refactor to use more GC_stack_base
Andy Wingo
1
-7
/
+1
2011-03-18
fix thread cleanup
Andy Wingo
1
-1
/
+4
2011-01-22
scm_with_guile calls GC_call_with_gc_active
Andy Wingo
1
-2
/
+1
2009-12-03
remove debug frames
Andy Wingo
1
-4
/
+0
2009-10-09
Use TLS when available for `SCM_I_CURRENT_THREAD'.
Ludovic Courtès
1
-3
/
+12
2009-10-09
Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile.
Ludovic Courtès
1
-7
/
+12
2009-09-30
Fix spurious `throw from within critical section' errors
Neil Jerram
1
-0
/
+3
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+1
2009-08-21
Avoid clash with system setjmp/longjmp on IA64
Neil Jerram
1
-1
/
+1
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-6
/
+7
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-03-22
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-0
/
+1
2009-03-17
Merge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907' into vm-check
Andy Wingo
1
-1
/
+1
2009-03-17
Merge commit '8b0174c879bf74981efe702a00471ed5b8e6912e' into vm-check
Andy Wingo
1
-0
/
+7
2009-02-14
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+1
2009-01-23
Fix build when scm_t_timespec is different from struct timespec
Neil Jerram
1
-1
/
+1
2009-01-15
Don't try to unlock already unlocked heap mutex
Neil Jerram
1
-0
/
+7
2008-11-04
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-0
/
+1
2008-10-24
Fix hang in srfi-18.test
Neil Jerram
1
-0
/
+1
2008-10-24
Fix hang in srfi-18.test
Neil Jerram
1
-0
/
+1
2008-10-11
truly thread-local vms; don't compile popen.scm
Andy Wingo
1
-0
/
+1
2008-09-18
Implement `scm_without_guile ()' in terms of `GC_do_blocking ()'.
Ludovic Courtès
1
-0
/
+3
2008-09-18
Remove per-thread `gc_running_p'.
Ludovic Courtès
1
-3
/
+0
2008-09-17
Remove GC-related fields from `scm_i_thread'.
Ludovic Courtès
1
-10
/
+0
2008-09-17
Remove code intended to put threads to sleep.
Ludovic Courtès
1
-11
/
+1
2008-09-10
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-12
/
+31
2008-09-10
Merge commit '2e77f7202b11ad0003831fcff94ec7db80cca015' into boehm-demers-wei...
Ludovic Courtès
1
-2
/
+7
2008-09-05
Added support for SMOB custom mark procedures.
Ludovic Courtes
1
-0
/
+5
2008-09-05
Removed the mark/free functions of continuations and threads.
Ludovic Courtes
1
-1
/
+1
2008-05-31
Add `SCM_INTERNAL' macro, use it.
Ludovic Courtès
1
-12
/
+12
2008-05-14
Delete trailing whitespace.
Neil Jerram
1
-2
/
+2
[next]