index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
threads.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix support for threads already known to GC
...
Andy Wingo
2017-02-28
1
-0
/
+3
*
Remove thread-specific admin mutex
...
Andy Wingo
2017-01-08
1
-2
/
+0
*
Reimplement dynamic states
...
Andy Wingo
2016-12-05
1
-2
/
+1
*
Deprecate dynamic roots
...
Andy Wingo
2016-11-21
1
-1
/
+0
*
join-thread in Scheme
...
Andy Wingo
2016-11-14
1
-2
/
+0
*
Refactor GC implications of thread sleep
...
Andy Wingo
2016-11-13
1
-6
/
+1
*
scm_timed_lock_mutex replaces scm_lock_mutex_timed
...
Andy Wingo
2016-11-05
1
-1
/
+1
*
Back to simple unlock-mutex
...
Andy Wingo
2016-11-05
1
-1
/
+0
*
Replace scm_make_mutex_with_flags
...
Andy Wingo
2016-11-05
1
-1
/
+1
*
Remove thread held pthread_mutex field
...
Andy Wingo
2016-11-05
1
-1
/
+0
*
Remove thread-local weak mutex set
...
Andy Wingo
2016-11-05
1
-1
/
+0
*
Deprecate critical sections
...
Andy Wingo
2016-11-01
1
-2
/
+0
*
Threads no longer track critical section level
...
Andy Wingo
2016-11-01
1
-4
/
+0
*
Remove thread cleanup facility
...
Andy Wingo
2016-10-31
1
-3
/
+0
*
cancel-thread via asyncs, not pthread_cancel
...
Andy Wingo
2016-10-27
1
-1
/
+0
*
Use atomics for async interrupts
...
Andy Wingo
2016-10-26
1
-7
/
+11
*
Move thread bindings to (ice-9 threads)
...
Andy Wingo
2016-10-23
1
-1
/
+0
*
Add thread-local lock-free, TLS-free freelists.
...
Andy Wingo
2014-02-02
1
-1
/
+5
*
Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
...
Andy Wingo
2013-11-28
1
-0
/
+1
|
\
|
*
Add mutex locking functions that also block asyncs.
...
Mark H Weaver
2013-11-23
1
-0
/
+1
*
|
Remove unused scm_i_thread fields
...
Andy Wingo
2013-11-22
1
-5
/
+0
*
|
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-03-28
1
-3
/
+4
|
\
|
|
*
Allow the SMOB mark procedures to be called when libgc uses parallel markers.
...
Ludovic Courtès
2013-03-01
1
-3
/
+4
*
|
the dynamic stack is really a stack now, instead of a list
...
Andy Wingo
2012-03-03
1
-7
/
+5
*
|
Revert "add pthread_atfork helpers to our threading shims"
...
Andy Wingo
2012-02-23
1
-5
/
+1
*
|
add pthread_atfork helpers to our threading shims
...
Andy Wingo
2012-02-17
1
-1
/
+5
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-01-30
1
-4
/
+0
|
\
|
|
*
Revert "Universally-unique gensyms"
...
Andy Wingo
2012-01-26
1
-4
/
+0
*
|
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
...
Andy Wingo
2012-01-30
1
-0
/
+4
|
\
|
|
*
Universally-unique gensyms
...
Mark H Weaver
2012-01-21
1
-0
/
+4
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-12-01
1
-1
/
+1
|
\
|
|
*
optional default-value arg to make-fluid
...
Andy Wingo
2011-11-23
1
-1
/
+1
*
|
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
2011-06-16
1
-0
/
+1
|
\
|
|
*
fix initial values of reallocated fluids
...
Andy Wingo
2011-06-16
1
-0
/
+1
*
|
remove SCM_THREAD_SWITCHING_CODE
...
Andy Wingo
2011-05-15
1
-3
/
+0
|
/
*
Move `{total,current}-processor-count' outside of `posix.c'.
...
Ludovic Courtès
2011-04-25
1
-0
/
+3
*
threading / with_guile refactor to use more GC_stack_base
...
Andy Wingo
2011-03-25
1
-7
/
+1
*
fix thread cleanup
...
Andy Wingo
2011-03-18
1
-1
/
+4
*
scm_with_guile calls GC_call_with_gc_active
...
Andy Wingo
2011-01-22
1
-2
/
+1
*
remove debug frames
...
Andy Wingo
2009-12-03
1
-4
/
+0
*
Use TLS when available for `SCM_I_CURRENT_THREAD'.
...
Ludovic Courtès
2009-10-09
1
-3
/
+12
*
Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile.
...
Ludovic Courtès
2009-10-09
1
-7
/
+12
*
Fix spurious `throw from within critical section' errors
...
Neil Jerram
2009-09-30
1
-0
/
+3
*
Merge branch 'master' into boehm-demers-weiser-gc
...
Ludovic Courtès
2009-08-28
1
-1
/
+1
|
\
|
*
Avoid clash with system setjmp/longjmp on IA64
...
Neil Jerram
2009-08-21
1
-1
/
+1
*
|
Merge branch 'master' into boehm-demers-weiser-gc
...
Ludovic Courtès
2009-08-18
1
-6
/
+7
|
\
|
|
*
Change Guile license to LGPLv3+
...
Neil Jerram
2009-06-17
1
-6
/
+7
*
|
Merge branch 'master' into boehm-demers-weiser-gc
...
Ludovic Courtès
2009-03-22
1
-0
/
+1
|
\
|
|
*
Merge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907' into vm-check
Andy Wingo
2009-03-17
1
-1
/
+1
|
|
\
[next]