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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ia64: Fix crash in thread context switch.
...
Sergei Trofimovich
2017-11-22
1
-0
/
+1
*
Add thread local fluids
...
Andy Wingo
2017-03-07
1
-0
/
+1
*
scm_std_select doesn't tick itself
...
Andy Wingo
2017-03-01
1
-28
/
+33
*
Fix support for threads already known to GC
...
Andy Wingo
2017-02-28
1
-5
/
+14
*
Protect call-with-new-thread data from GC.
...
Andy Wingo
2017-01-11
1
-2
/
+37
*
Exited threads retain less memory
...
Andy Wingo
2017-01-08
1
-6
/
+17
*
Prevent some interrupts of wait-condition-variable
...
Andy Wingo
2017-01-08
1
-10
/
+18
*
Enable interrupts only when running thread body
...
Andy Wingo
2017-01-08
1
-0
/
+3
*
Remove thread-specific admin mutex
...
Andy Wingo
2017-01-08
1
-1
/
+0
*
New interfaces to help wait on fd/cond
...
Andy Wingo
2016-12-29
1
-27
/
+19
*
Reimplement dynamic states
...
Andy Wingo
2016-12-05
1
-46
/
+23
*
Fix two wait-condition-variable race conditions
...
Andy Wingo
2016-11-30
1
-12
/
+10
*
Deprecate dynamic roots
...
Andy Wingo
2016-11-21
1
-1
/
+0
*
Slim thread cleanup
...
Andy Wingo
2016-11-14
1
-43
/
+4
*
join-thread in Scheme
...
Andy Wingo
2016-11-14
1
-73
/
+14
*
scm_spawn_thread uses call-with-new-thread
...
Andy Wingo
2016-11-14
1
-73
/
+5
*
More comments in threads.c
...
Andy Wingo
2016-11-13
1
-2
/
+6
*
Optimize lock-mutex
...
Andy Wingo
2016-11-13
1
-45
/
+85
*
Improve mutexes / condition variable implementation
...
Andy Wingo
2016-11-13
1
-83
/
+170
*
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'
...
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
[next]