mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* async.h (scm_asyncs_pending, scm_set_tick_rate,
scm_set_switch_rate, scm_system_async_mark_from_signal_handler): Removed prototypes. (scm_i_queue_async_cell): New.
This commit is contained in:
parent
2592c4c765
commit
5b900ecff2
1 changed files with 2 additions and 4 deletions
|
@ -47,6 +47,7 @@
|
|||
|
||||
|
||||
#include "libguile/__scm.h"
|
||||
#include "libguile/root.h"
|
||||
|
||||
|
||||
|
||||
|
@ -54,7 +55,6 @@ SCM_API unsigned int scm_mask_ints;
|
|||
|
||||
|
||||
|
||||
SCM_API int scm_asyncs_pending (void);
|
||||
SCM_API void scm_async_click (void);
|
||||
SCM_API void scm_switch (void);
|
||||
SCM_API SCM scm_async (SCM thunk);
|
||||
|
@ -62,11 +62,9 @@ SCM_API SCM scm_system_async (SCM thunk);
|
|||
SCM_API SCM scm_async_mark (SCM a);
|
||||
SCM_API SCM scm_system_async_mark (SCM a);
|
||||
SCM_API SCM scm_system_async_mark_for_thread (SCM a, SCM thread);
|
||||
SCM_API void scm_system_async_mark_from_signal_handler (SCM a);
|
||||
SCM_API void scm_i_queue_async_cell (SCM cell, scm_root_state *);
|
||||
SCM_API SCM scm_run_asyncs (SCM list_of_a);
|
||||
SCM_API SCM scm_noop (SCM args);
|
||||
SCM_API SCM scm_set_tick_rate (SCM n);
|
||||
SCM_API SCM scm_set_switch_rate (SCM n);
|
||||
SCM_API SCM scm_unmask_signals (void);
|
||||
SCM_API SCM scm_mask_signals (void);
|
||||
SCM_API void scm_init_async (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue