index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
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-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
threads.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor GC implications of thread sleep
Andy Wingo
2016-11-13
1
-9
/
+8
*
Unlocked mutexes don't have owners
Andy Wingo
2016-11-13
1
-4
/
+10
*
Put mutex kind in SMOB flags
Andy Wingo
2016-11-13
1
-9
/
+9
*
Rename Guile's internal mutexes and condvars
Andy Wingo
2016-11-13
1
-37
/
+39
*
Internal threads refactor
Andy Wingo
2016-11-13
1
-239
/
+191
*
scm_timed_lock_mutex replaces scm_lock_mutex_timed
Andy Wingo
2016-11-05
1
-17
/
+10
*
Separate fat mutex unlock and wait operations
Andy Wingo
2016-11-05
1
-59
/
+71
*
Back to simple unlock-mutex
Andy Wingo
2016-11-05
1
-28
/
+7
*
Replace scm_make_mutex_with_flags
Andy Wingo
2016-11-05
1
-30
/
+45
*
Remove unchecked-unlock facility from Guile mutexes
Andy Wingo
2016-11-05
1
-16
/
+7
*
Recursively locking a SRFI-18 mutex blocks
Andy Wingo
2016-11-05
1
-1
/
+1
*
Remove fat mutex abandoned mutex error
Andy Wingo
2016-11-05
1
-11
/
+0
*
Remove thread held pthread_mutex field
Andy Wingo
2016-11-05
1
-25
/
+2
*
Remove thread-local weak mutex set
Andy Wingo
2016-11-05
1
-72
/
+4
*
Remove lock-mutex owner facility
Andy Wingo
2016-11-04
1
-5
/
+8
*
try-mutex in terms of mutex-lock
Andy Wingo
2016-11-02
1
-19
/
+3
*
Deprecate critical sections
Andy Wingo
2016-11-01
1
-13
/
+0
*
Threads no longer track critical section level
Andy Wingo
2016-11-01
1
-1
/
+0
*
Simplify critical section implementation
Andy Wingo
2016-11-01
1
-6
/
+0
*
threads: Use a mutex instead of a critical section.
Andy Wingo
2016-11-01
1
-8
/
+10
*
Remove thread cleanup facility
Andy Wingo
2016-10-31
1
-61
/
+0
*
cancel-thread via asyncs, not pthread_cancel
Andy Wingo
2016-10-27
1
-27
/
+9
*
Use atomics for async interrupts
Andy Wingo
2016-10-26
1
-9
/
+11
*
Move call-with-new-thread to Scheme
Andy Wingo
2016-10-26
1
-53
/
+30
*
Move thread bindings to (ice-9 threads)
Andy Wingo
2016-10-23
1
-6
/
+10
*
Remove scm_puts_unlocked.
Andy Wingo
2016-04-26
1
-7
/
+7
*
Merge branch 'stable-2.0'
Mark H Weaver
2014-09-30
1
-0
/
+7
|
\
|
*
build: Support pthread builds without 'pthread_cancel' support (Android).
Ludovic Courtès
2014-07-04
1
-0
/
+7
*
|
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
2014-04-25
1
-12
/
+2
|
\
\
|
|
/
|
*
Rely on Gnulib for <unistd.h>.
Mark H Weaver
2014-02-27
1
-4
/
+2
|
*
Rely on Gnulib for 'select', 'lstat', and 'mkstemp'.
Mark H Weaver
2014-02-12
1
-8
/
+0
*
|
Fix segfault in thread_mark
Andy Wingo
2014-02-21
1
-15
/
+16
*
|
Add thread-local lock-free, TLS-free freelists.
Andy Wingo
2014-02-02
1
-1
/
+30
*
|
Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
Andy Wingo
2013-11-28
1
-0
/
+16
|
\
\
|
|
/
|
*
Add mutex locking functions that also block asyncs.
Mark H Weaver
2013-11-23
1
-0
/
+16
*
|
Allocate stacks using mmap, and mark them via the thread marker
Andy Wingo
2013-11-22
1
-1
/
+12
*
|
Add thread mark procedure
Andy Wingo
2013-11-22
1
-2
/
+37
*
|
Remove unused scm_i_thread fields
Andy Wingo
2013-11-22
1
-2
/
+0
*
|
Remove tests and shims for pre-7.2 bdw-gc.
Andy Wingo
2013-11-22
1
-193
/
+3
*
|
Remove last use of SCM vm
Andy Wingo
2013-11-21
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2013-07-16
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix bug in remqueue in threads.c when removing last element.
Mark H Weaver
2013-06-17
1
-1
/
+1
|
*
Allow #f as timeout argument to unlock-mutex and SRFI-18 mutex-unlock!
Mark H Weaver
2013-06-10
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2013-03-28
1
-9
/
+25
|
\
\
|
|
/
|
*
allow for spurious wakeups from pthread_cond_wait
Andy Wingo
2013-03-13
1
-3
/
+9
|
*
don't provide scm_std_select on mingw and similar platforms
Andy Wingo
2013-03-09
1
-6
/
+16
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2012-11-05
1
-4
/
+5
|
\
\
|
|
/
|
*
Fix invalid assertion about mutex ownership in threads.c.
Ludovic Courtès
2012-11-05
1
-4
/
+5
*
|
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
2012-03-08
1
-0
/
+3
|
\
\
|
|
/
|
*
run finalizers asynchronously in asyncs
Andy Wingo
2012-03-08
1
-0
/
+3
[prev]
[next]