GC_thr_init prototype in header
This commit is contained in:
parent
741f5502f3
commit
1eee0501a6
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue
Block a user