mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
Merge branch 'master' into boehm-demers-weiser-gc
Conflicts: libguile/threads.c
This commit is contained in:
commit
00b8057d1f
11 changed files with 218 additions and 26 deletions
|
@ -56,6 +56,7 @@ typedef struct scm_i_thread {
|
|||
|
||||
scm_i_pthread_mutex_t admin_mutex;
|
||||
SCM mutexes;
|
||||
scm_i_pthread_mutex_t *held_mutex;
|
||||
|
||||
SCM result;
|
||||
int canceled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue