1 2003-05-17 Martin Baulig <martin@ximian.com>
3 * include/gc.h (GCThreadFunctions): New function vtable to allow a
4 client to provide custom versions of stopping/starting the world.
6 * linux_threads.c (GC_stop_world): Moved the functionality into
7 linux_stop_world(); just call it via the `gc_thread_vtable' here.
8 (GC_start_world, GC_push_all_stacks): Likewise.