[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 02/17: Add scm_yield to manual alongside yield
From: |
Andy Wingo |
Subject: |
[Guile-commits] 02/17: Add scm_yield to manual alongside yield |
Date: |
Tue, 1 Nov 2016 22:50:43 +0000 (UTC) |
wingo pushed a commit to branch master
in repository guile.
commit b2e7662ebe1371a007c5b63a9e032fdccbe2a69b
Author: Andy Wingo <address@hidden>
Date: Tue Nov 1 19:58:06 2016 +0100
Add scm_yield to manual alongside yield
* doc/ref/api-scheduling.texi (Threads): Mention scm_yield.
---
doc/ref/api-scheduling.texi | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/ref/api-scheduling.texi b/doc/ref/api-scheduling.texi
index ced192d..c7c7c8e 100644
--- a/doc/ref/api-scheduling.texi
+++ b/doc/ref/api-scheduling.texi
@@ -105,6 +105,7 @@ Return @code{#t} if @var{thread} has exited, or @code{#f}
otherwise.
@end deffn
@deffn {Scheme Procedure} yield
address@hidden {C Function} scm_yield (thread)
If one or more threads are waiting to execute, calling yield forces an
immediate context switch to one of them. Otherwise, yield has no effect.
@end deffn
- [Guile-commits] 11/17: Mutex instead of critical section in gc.c, (continued)
- [Guile-commits] 11/17: Mutex instead of critical section in gc.c, Andy Wingo, 2016/11/01
- [Guile-commits] 16/17: Threads no longer track critical section level, Andy Wingo, 2016/11/01
- [Guile-commits] 03/17: threads: Use a mutex instead of a critical section., Andy Wingo, 2016/11/01
- [Guile-commits] 07/17: Mutexes instead of critical sections in stime.c, Andy Wingo, 2016/11/01
- [Guile-commits] 01/17: api-scheduling.texi: Syntactic cleanups., Andy Wingo, 2016/11/01
- [Guile-commits] 08/17: Mutex instead of critical sectoin in symbol->keyword, Andy Wingo, 2016/11/01
- [Guile-commits] 05/17: regexec comment fix, Andy Wingo, 2016/11/01
- [Guile-commits] 15/17: Remove call/cc assertion about critical sections, Andy Wingo, 2016/11/01
- [Guile-commits] 09/17: Simplify critical section implementation, Andy Wingo, 2016/11/01
- [Guile-commits] 10/17: Mutex instead of critical section in GOOPS, Andy Wingo, 2016/11/01
- [Guile-commits] 02/17: Add scm_yield to manual alongside yield,
Andy Wingo <=
- [Guile-commits] 12/17: Remove critical section in scm_debug_options, Andy Wingo, 2016/11/01
- [Guile-commits] 14/17: Remove last critical section use, Andy Wingo, 2016/11/01
- [Guile-commits] 17/17: Deprecate critical sections, Andy Wingo, 2016/11/01