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
2020-02-08
Fix build on ia64.
John Paul Adrian Glaubitz
1
-0
/
+5
2019-06-20
Inline freelist vectors into scm_thread
Andy Wingo
1
-2
/
+15
2019-06-20
Rearrange scm_thread for better locality
Andy Wingo
1
-12
/
+12
2018-09-14
Micro-optimization of scm_vm placement in scm_thread
Andy Wingo
1
-3
/
+3
2018-08-20
Manual JIT interface via %jit-compile
Andy Wingo
1
-0
/
+3
2018-06-27
Minor scm_thread refactoring
Andy Wingo
1
-1
/
+3
2018-06-27
Refactor handling of active VM registers
Andy Wingo
1
-4
/
+1
2018-06-26
Rename scm_i_thread to scm_thread
Andy Wingo
1
-5
/
+5
2018-06-26
Refactor continuation capture in VM
Andy Wingo
1
-2
/
+2
2018-06-26
Most header files use forward decl for union scm_vm_stack_element
Andy Wingo
1
-1
/
+0
2018-06-24
Inline struct scm_vm into struct scm_i_thread
Andy Wingo
1
-1
/
+2
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
Rename __scm.h to scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove useless "classes: h_files" from Guile headers.
Andy Wingo
1
-2
/
+0
2018-06-18
Devolve more validate macros
Andy Wingo
1
-0
/
+1
2018-06-17
Refactor handling of auxiliary stacks and setjmp/longjmp
Andy Wingo
1
-7
/
+5
2017-02-28
Fix support for threads already known to GC
Andy Wingo
1
-0
/
+3
2017-01-08
Remove thread-specific admin mutex
Andy Wingo
1
-2
/
+0
2016-12-05
Reimplement dynamic states
Andy Wingo
1
-2
/
+1
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-11-14
join-thread in Scheme
Andy Wingo
1
-2
/
+0
2016-11-13
Refactor GC implications of thread sleep
Andy Wingo
1
-6
/
+1
2016-11-05
scm_timed_lock_mutex replaces scm_lock_mutex_timed
Andy Wingo
1
-1
/
+1
2016-11-05
Back to simple unlock-mutex
Andy Wingo
1
-1
/
+0
2016-11-05
Replace scm_make_mutex_with_flags
Andy Wingo
1
-1
/
+1
2016-11-05
Remove thread held pthread_mutex field
Andy Wingo
1
-1
/
+0
2016-11-05
Remove thread-local weak mutex set
Andy Wingo
1
-1
/
+0
2016-11-01
Deprecate critical sections
Andy Wingo
1
-2
/
+0
2016-11-01
Threads no longer track critical section level
Andy Wingo
1
-4
/
+0
2016-10-31
Remove thread cleanup facility
Andy Wingo
1
-3
/
+0
2016-10-27
cancel-thread via asyncs, not pthread_cancel
Andy Wingo
1
-1
/
+0
2016-10-26
Use atomics for async interrupts
Andy Wingo
1
-7
/
+11
2016-10-23
Move thread bindings to (ice-9 threads)
Andy Wingo
1
-1
/
+0
2014-02-02
Add thread-local lock-free, TLS-free freelists.
Andy Wingo
1
-1
/
+5
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
[next]