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
2022-12-21
Patch for bug #60234
Daniel Llorens
1
-1
/
+2
2022-11-20
Fix possible deadlock in 'lock-mutex'.
Olivier Dion
1
-9
/
+10
2019-11-13
Rebase throw/catch on top of raise-exception/with-exception-handler
Andy Wingo
1
-2
/
+2
2019-06-20
Inline freelist vectors into scm_thread
Andy Wingo
1
-21
/
+11
2018-10-07
Fix use of uninstalled header by installed headers
Andy Wingo
1
-0
/
+1
2018-09-17
Fix --disable-jit compilation
lightning
Andy Wingo
1
-0
/
+2
2018-08-20
Manual JIT interface via %jit-compile
Andy Wingo
1
-0
/
+3
2018-06-26
Rename scm_i_thread to scm_thread
Andy Wingo
1
-22
/
+22
2018-06-25
Eagerly initialize thread VM; remove scm_the_vm
Andy Wingo
1
-3
/
+7
2018-06-24
Inline struct scm_vm into struct scm_i_thread
Andy Wingo
1
-16
/
+5
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-3
/
+3
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-1
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-14
/
+15
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-27
/
+27
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-1
/
+1
2018-06-20
Remove modules.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Devolve variable.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Remove errno.h include from _scm.h.
Andy Wingo
1
-22
/
+14
2018-06-17
Refactor handling of auxiliary stacks and setjmp/longjmp
Andy Wingo
1
-36
/
+0
2018-06-17
Remove unused getters for register backing store base
Andy Wingo
1
-23
/
+0
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-3
/
+3
2017-11-22
ia64: Fix crash in thread context switch.
Sergei Trofimovich
1
-0
/
+1
2017-03-07
Add thread local fluids
Andy Wingo
1
-0
/
+1
2017-03-01
scm_std_select doesn't tick itself
Andy Wingo
1
-28
/
+33
2017-02-28
Fix support for threads already known to GC
Andy Wingo
1
-5
/
+14
2017-01-11
Protect call-with-new-thread data from GC.
Andy Wingo
1
-2
/
+37
2017-01-08
Exited threads retain less memory
Andy Wingo
1
-6
/
+17
2017-01-08
Prevent some interrupts of wait-condition-variable
Andy Wingo
1
-10
/
+18
2017-01-08
Enable interrupts only when running thread body
Andy Wingo
1
-0
/
+3
2017-01-08
Remove thread-specific admin mutex
Andy Wingo
1
-1
/
+0
2016-12-29
New interfaces to help wait on fd/cond
Andy Wingo
1
-27
/
+19
2016-12-05
Reimplement dynamic states
Andy Wingo
1
-46
/
+23
2016-11-30
Fix two wait-condition-variable race conditions
Andy Wingo
1
-12
/
+10
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-11-14
Slim thread cleanup
Andy Wingo
1
-43
/
+4
2016-11-14
join-thread in Scheme
Andy Wingo
1
-73
/
+14
2016-11-14
scm_spawn_thread uses call-with-new-thread
Andy Wingo
1
-73
/
+5
2016-11-13
More comments in threads.c
Andy Wingo
1
-2
/
+6
2016-11-13
Optimize lock-mutex
Andy Wingo
1
-45
/
+85
2016-11-13
Improve mutexes / condition variable implementation
Andy Wingo
1
-83
/
+170
[next]