summaryrefslogtreecommitdiff
path: root/libgc.log
blob: 1f907ccc1618d5c358c948c3f424ed13bab2aedc (plain)
1
2
3
4
5
6
7
8
9
2003-05-17  Martin Baulig  <martin@ximian.com>

	* include/gc.h (GCThreadFunctions): New function vtable to allow a
	client to provide custom versions of stopping/starting the world.

	* linux_threads.c (GC_stop_world): Moved the functionality into
	linux_stop_world(); just call it via the `gc_thread_vtable' here.
	(GC_start_world, GC_push_all_stacks): Likewise.