/[guile]/guile/guile-core/doc/ref/scheme-scheduling.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/scheme-scheduling.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by kryde, Wed Jun 4 16:21:32 2003 UTC revision 1.12 by kryde, Thu Jul 24 00:03:53 2003 UTC
# Line 114  This procedure is not safe to be called Line 114  This procedure is not safe to be called
114  signal handlers.  signal handlers.
115  @end deffn  @end deffn
116    
117    @c  FIXME: The use of @deffnx for scm_c_call_with_blocked_asyncs and
118    @c  scm_c_call_with_unblocked_asyncs puts "void" into the function
119    @c  index.  Would prefer to use @deftypefnx if makeinfo allowed that,
120    @c  or a @deftypefn with an empty return type argument if it didn't
121    @c  introduce an extra space.
122    
123  @deffn {Scheme Procedure} call-with-blocked-asyncs proc  @deffn {Scheme Procedure} call-with-blocked-asyncs proc
124  @deffnx {C Function} scm_call_with_blocked_asyncs (proc)  @deffnx {C Function} scm_call_with_blocked_asyncs (proc)
125  @deffnx {C Function} void *scm_c_call_with_blocked_asyncs (void * (*proc) (void *data), void *data)  @deffnx {C Function} void *scm_c_call_with_blocked_asyncs (void * (*proc) (void *data), void *data)
126    @findex scm_c_call_with_blocked_asyncs
127  Call @var{proc} and block the execution of system asyncs by one level  Call @var{proc} and block the execution of system asyncs by one level
128  for the current thread while it is running.  Return the value returned  for the current thread while it is running.  Return the value returned
129  by @var{proc}.  For the first two variants, call @var{proc} with no  by @var{proc}.  For the first two variants, call @var{proc} with no
# Line 126  arguments; for the third, call it with @ Line 133  arguments; for the third, call it with @
133  @deffn {Scheme Procedure} call-with-unblocked-asyncs proc  @deffn {Scheme Procedure} call-with-unblocked-asyncs proc
134  @deffnx {C Function} scm_call_with_unblocked_asyncs (proc)  @deffnx {C Function} scm_call_with_unblocked_asyncs (proc)
135  @deffnx {C Function} void *scm_c_call_with_unblocked_asyncs (void *(*p) (void *d), void *d)  @deffnx {C Function} void *scm_c_call_with_unblocked_asyncs (void *(*p) (void *d), void *d)
136    @findex scm_c_call_with_unblocked_asyncs
137  Call @var{proc} and unblock the execution of system asyncs by one  Call @var{proc} and unblock the execution of system asyncs by one
138  level for the current thread while it is running.  Return the value  level for the current thread while it is running.  Return the value
139  returned by @var{proc}.  For the first two variants, call @var{proc}  returned by @var{proc}.  For the first two variants, call @var{proc}

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26