GC_thr_init prototype in header

This commit is contained in:
Jay McCarthy 2010-05-18 09:06:27 -05:00
parent 741f5502f3
commit 1eee0501a6

View File

@ -75,6 +75,8 @@ GC_thread GC_lookup_thread(pthread_t id);
void GC_stop_init();
void GC_thr_init(void);
extern GC_bool GC_in_thread_creation;
/* We may currently be in thread creation or destruction. */
/* Only set to TRUE while allocation lock is held. */