Deprecate critical sections
* NEWS: Deprecate critical sections. * doc/ref/api-scheduling.texi (Critical Sections): Remove. * libguile/async.c: * libguile/async.h: * libguile/deprecated.c: * libguile/deprecated.h: * libguile/threads.c: * libguile/threads.h: Deprecate critical section API.
This commit is contained in:
parent
4b78b001d8
commit
fcc6a7ba20
8 changed files with 58 additions and 89 deletions
|
|
@ -178,8 +178,6 @@ SCM_API SCM scm_all_threads (void);
|
|||
SCM_API int scm_c_thread_exited_p (SCM thread);
|
||||
SCM_API SCM scm_thread_exited_p (SCM thread);
|
||||
|
||||
SCM_API void scm_dynwind_critical_section (SCM mutex);
|
||||
|
||||
#ifdef BUILDING_LIBGUILE
|
||||
|
||||
/* Though we don't need the key for SCM_I_CURRENT_THREAD if we have TLS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue