mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +02:00
commit
f76cf73a49
12 changed files with 359 additions and 30 deletions
|
@ -140,6 +140,7 @@ SCM_INTERNAL void scm_init_threads (void);
|
|||
SCM_INTERNAL void scm_init_thread_procs (void);
|
||||
SCM_INTERNAL void scm_init_threads_default_dynamic_state (void);
|
||||
|
||||
SCM_INTERNAL void scm_i_dynwind_pthread_mutex_lock_block_asyncs (scm_i_pthread_mutex_t *mutex);
|
||||
|
||||
SCM_API SCM scm_call_with_new_thread (SCM thunk, SCM handler);
|
||||
SCM_API SCM scm_yield (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue