Added declaration for GC_switch_in_master_gc

svn: r12812
This commit is contained in:
Kevin Tew 2008-12-12 19:36:03 +00:00
parent 388cbe136a
commit 37f104ded0

View File

@ -376,6 +376,10 @@ GC2_EXTERN void GC_write_barrier(void *p);
Explicit write barrier to ensure that a write-barrier signal is not
triggered by a memory write.
*/
GC2_EXTERN void GC_switch_in_master_gc();
/*
Makes the current thread the master GC thread.
*/
GC2_EXTERN void GC_switch_out_master_gc();
/*
Makes the current GC the master GC.