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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-30
Merge branch 'stable-2.0'
Mark H Weaver
1
-0
/
+7
2014-07-04
build: Support pthread builds without 'pthread_cancel' support (Android).
Ludovic Courtès
1
-0
/
+7
2014-04-25
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
1
-12
/
+2
2014-02-27
Rely on Gnulib for <unistd.h>.
Mark H Weaver
1
-4
/
+2
2014-02-21
Fix segfault in thread_mark
Andy Wingo
1
-15
/
+16
2014-02-12
Rely on Gnulib for 'select', 'lstat', and 'mkstemp'.
Mark H Weaver
1
-8
/
+0
2014-02-02
Add thread-local lock-free, TLS-free freelists.
Andy Wingo
1
-1
/
+30
2013-11-28
Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
Andy Wingo
1
-0
/
+16
2013-11-23
Add mutex locking functions that also block asyncs.
Mark H Weaver
1
-0
/
+16
2013-11-22
Allocate stacks using mmap, and mark them via the thread marker
Andy Wingo
1
-1
/
+12
2013-11-22
Add thread mark procedure
Andy Wingo
1
-2
/
+37
2013-11-22
Remove unused scm_i_thread fields
Andy Wingo
1
-2
/
+0
2013-11-22
Remove tests and shims for pre-7.2 bdw-gc.
Andy Wingo
1
-193
/
+3
2013-11-21
Remove last use of SCM vm
Andy Wingo
1
-1
/
+1
2013-07-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-2
/
+2
2013-06-17
Fix bug in remqueue in threads.c when removing last element.
Mark H Weaver
1
-1
/
+1
2013-06-10
Allow #f as timeout argument to unlock-mutex and SRFI-18 mutex-unlock!
Mark H Weaver
1
-1
/
+1
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-9
/
+25
2013-03-13
allow for spurious wakeups from pthread_cond_wait
Andy Wingo
1
-3
/
+9
2013-03-09
don't provide scm_std_select on mingw and similar platforms
Andy Wingo
1
-6
/
+16
2012-11-05
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-4
/
+5
2012-11-05
Fix invalid assertion about mutex ownership in threads.c.
Ludovic Courtès
1
-4
/
+5
2012-03-08
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
1
-0
/
+3
2012-03-08
run finalizers asynchronously in asyncs
Andy Wingo
1
-0
/
+3
2012-03-03
the dynamic stack is really a stack now, instead of a list
Andy Wingo
1
-1
/
+7
2012-02-24
statically initialize the pthread mutex in fat mutexen
Andy Wingo
1
-10
/
+4
2012-02-23
Revert "install pthread_atfork handlers for guile's static mutexen"
Andy Wingo
1
-3
/
+0
2012-02-17
install pthread_atfork handlers for guile's static mutexen
Andy Wingo
1
-0
/
+3
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-8
/
+9
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-8
/
+9
2012-01-30
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+0
2012-01-30
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
Andy Wingo
1
-0
/
+1
2012-01-30
Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
Andy Wingo
1
-1
/
+3
2012-01-26
Revert "Universally-unique gensyms"
Andy Wingo
1
-1
/
+0
2012-01-21
Universally-unique gensyms
Mark H Weaver
1
-0
/
+1
2012-01-16
Fix typo in threads.c on IA64.
Ludovic Courtès
1
-1
/
+1
2012-01-12
Make sure `scm_spawn_thread' returns a thread.
Ludovic Courtès
1
-0
/
+2
2012-01-10
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+4
2012-01-10
Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
Andy Wingo
1
-0
/
+42
2012-01-05
Placate a number of `syntax-check' verifications.
Ludovic Courtès
1
-2
/
+5
2011-12-22
freebsd itanium support
Andy Wingo
1
-0
/
+15
2011-12-22
freebsd implementation of get_thread_stack_base
Andy Wingo
1
-0
/
+27
2011-12-01
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+3
2011-11-29
collect a little in call-with-new-thread
Andy Wingo
1
-0
/
+1
2011-11-23
optional default-value arg to make-fluid
Andy Wingo
1
-2
/
+2
2011-11-08
locking for putc, puts
Andy Wingo
1
-7
/
+7
2011-10-24
remove weak pairs, rewrite weak vectors
Andy Wingo
1
-7
/
+26
2011-07-25
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-8
/
+10
2011-07-01
Revert "Fix lock ordering in `fat_mutex_lock' to match that of `do_thread_exi...
Ludovic Courtès
1
-2
/
+3
2011-07-01
Type-check the OWNER argument of `lock-mutex'.
Ludovic Courtès
1
-0
/
+3
[next]