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
2009-11-17
Remove references to undefined macros.
Ludovic Courtès
1
-1
/
+1
2009-11-17
Fix C99-style declarations after statements.
Ludovic Courtès
1
-1
/
+2
2009-10-09
Adjust to match changes in libgc's CVS (pre-7.2).
Ludovic Courtès
1
-7
/
+13
2009-10-09
Use TLS when available for `SCM_I_CURRENT_THREAD'.
Ludovic Courtès
1
-4
/
+30
2009-09-30
Fix spurious `throw from within critical section' errors
Neil Jerram
1
-1
/
+1
2009-09-15
Fix bug #27450 ("Fat mutexes not GC'd until their owner dies").
Ludovic Courtès
1
-7
/
+19
2009-09-15
Use GC-robust queues/lists in `threads.c'.
Ludovic Courtès
1
-0
/
+18
2009-09-15
Remove explicit thread/condvar/mutex finalization.
Ludovic Courtès
1
-20
/
+1
2009-09-14
Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
Ludovic Courtès
1
-1
/
+1
2009-09-14
Remove unused IA64 macro.
Ludovic Courtès
1
-20
/
+0
2009-09-11
Remove `scm_enter_guile ()' and `scm_leave_guile ()'.
Ludovic Courtès
1
-133
/
+2
2009-09-10
Remove unnecessary uses of `scm_{leave,enter}_guile ()'.
Ludovic Courtès
1
-10
/
+14
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-3
/
+3
2009-08-26
Don't leave and reenter guile mode if mutex is available
Ken Raeburn
1
-4
/
+9
2009-08-21
Avoid clash with system setjmp/longjmp on IA64
Neil Jerram
1
-3
/
+3
2009-08-19
Reinstate missing IA64 helper functions.
Ludovic Courtès
1
-1
/
+44
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-6
/
+18
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-05-27
Remove possible deadlock in scm_join_thread_timed
Neil Jerram
1
-0
/
+10
2009-05-27
Fix wait-condition-variable so that it doesn't leave asyncs blocked
Neil Jerram
1
-0
/
+1
2009-03-22
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-0
/
+1
2009-03-17
Merge commit '8b0174c879bf74981efe702a00471ed5b8e6912e' into vm-check
Andy Wingo
1
-3
/
+15
2009-01-15
Don't try to unlock already unlocked heap mutex
Neil Jerram
1
-3
/
+15
2009-01-12
Merge commit 'origin/master' into vm
Andy Wingo
1
-7
/
+25
2008-12-14
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-6
/
+24
2008-11-30
Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work.
Ludovic Courtès
1
-3
/
+12
2008-11-14
Update the thread stack base when `scm_with_guile' is invoked multiple times.
Ludovic Courtès
1
-3
/
+12
2008-11-04
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-21
/
+35
2008-10-31
Don't invoke `on_thread_exit ()' from a pthread key destructor.
Ludovic Courtès
1
-17
/
+9
2008-10-28
Document the impossibility to call the GC from within `on_thread_exit ()'.
Ludovic Courtès
1
-1
/
+6
2008-10-24
Fix hang in srfi-18.test
Neil Jerram
1
-21
/
+33
2008-10-24
Fix hang in srfi-18.test
Neil Jerram
1
-21
/
+33
2008-10-11
truly thread-local vms; don't compile popen.scm
Andy Wingo
1
-0
/
+2
2008-10-10
Fix compilation error due to strict aliasing rules on `i386-unknown-freebsd7.0'.
Ludovic Courtès
1
-1
/
+1
2008-09-26
Don't use `scm_leave_guile ()' in mutex/cond-related procedures.
Ludovic Courtès
1
-6
/
+6
2008-09-26
Implement `scm_std_select ()' in terms of `scm_without_guile ()'.
Ludovic Courtès
1
-7
/
+43
2008-09-18
Implement `scm_without_guile ()' in terms of `GC_do_blocking ()'.
Ludovic Courtès
1
-6
/
+53
2008-09-18
Remove double inclusion of <config.h> in `threads.c'.
Ludovic Courtès
1
-4
/
+0
2008-09-18
Remove per-thread `gc_running_p'.
Ludovic Courtès
1
-1
/
+0
2008-09-17
Remove GC-related fields from `scm_i_thread'.
Ludovic Courtès
1
-20
/
+0
2008-09-17
Remove code intended to put threads to sleep.
Ludovic Courtès
1
-53
/
+0
2008-09-13
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-0
/
+3
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-0
/
+3
2008-09-10
Fix broken GC and threads merge.
Ludovic Courtès
1
-0
/
+4
2008-09-10
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-211
/
+437
2008-09-10
Add comment about `GC_local_malloc ()' upon thread destruction.
Ludovic Courtes
1
-0
/
+11
2008-09-10
Remove `scm_get_stack_base ()'.
Ludovic Courtes
1
-3
/
+3
2008-09-10
Merge commit '2e77f7202b11ad0003831fcff94ec7db80cca015' into boehm-demers-wei...
Ludovic Courtès
1
-10
/
+123
2008-09-10
Merge commit '29776e85da637ec4d44b2b2822d6934a50c0084b' into boehm-demers-wei...
Ludovic Courtès
1
-5
/
+3
2008-09-10
Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei...
Ludovic Courtès
1
-4
/
+52
[next]