1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 16:50:21 +02:00

* threads.c (scm_i_thread_invalidate_freelists): New

function.

* gc.c (scm_igc): Call scm_i_thread_invalidate_freelists.
This commit is contained in:
Mikael Djurfeldt 2002-12-10 16:09:37 +00:00
parent 8c3300070b
commit b0dc3d710a
4 changed files with 25 additions and 8 deletions

View file

@ -182,6 +182,7 @@ extern int scm_i_thread_go_to_sleep;
void scm_i_thread_put_to_sleep (void);
void scm_i_thread_wake_up (void);
void scm_i_thread_invalidate_freelists (void);
void scm_i_thread_sleep_for_gc (void);
void scm_threads_prehistory (void);
void scm_threads_init_first_thread (void);