glib/docs
Sebastian Wilhelmi f8f4c3778a Add thread_equal function to allow for platform defined function to
2001-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib/gthread.h (GThreadFunctions): Add thread_equal function to
	allow for platform defined function to compare two threads.

	* glib/gthread.c: Use g_thread_functions_for_glib_use.thread_equal
	when non-NULL instead of ==.

	* gthread/gthread-posix.c: Add g_thread_equal_posix_impl and
	add to the function vector g_thread_functions_for_glib_use_default.

	* gthread/gthread-solaris.c, gthread/gthread-win32.c: Add NULL
	as equal function, as on those two platforms you don't need an
	equal function.
2001-09-19 12:46:39 +00:00
..
reference Add thread_equal function to allow for platform defined function to 2001-09-19 12:46:39 +00:00
.cvsignore Remove docs/glib-config.1.in. 2001-06-08 12:19:59 +00:00
Changes-2.0.txt got rid of g_set_error_handler(), g_set_warning_handler(), 2001-09-10 18:03:31 +00:00
debugging.txt s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals, 2001-02-04 07:03:52 +00:00
macros.txt got rid of outdated dmalloc support. provide g_try_malloc() and 2000-12-29 02:16:51 +00:00
Makefile.am Remove docs/glib-config.1.in. 2001-06-08 12:19:59 +00:00