glib/gthread
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
..
.cvsignore Match also UNC paths on Win32. 2001-02-21 12:41:28 +00:00
ChangeLog Add thread_equal function to allow for platform defined function to 2001-09-19 12:46:39 +00:00
gthread-impl.c Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c". 2001-05-22 12:28:06 +00:00
gthread-none.c Add G_MUTEX_SIZE as needed for gthread-impl.c 2000-11-02 13:04:16 +00:00
gthread-posix.c Add thread_equal function to allow for platform defined function to 2001-09-19 12:46:39 +00:00
gthread-solaris.c Add thread_equal function to allow for platform defined function to 2001-09-19 12:46:39 +00:00
gthread-win32.c Add thread_equal function to allow for platform defined function to 2001-09-19 12:46:39 +00:00
gthread.def Added missing gthread/gthread.def file. Incremented version numbers 1999-01-17 11:11:39 +00:00
gthread.rc.in Correct InternalName and OriginalFilename to match what we actually 2001-09-19 01:00:52 +00:00
Makefile.am Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool on 2001-09-17 00:41:39 +00:00
makefile.mingw.in Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool on 2001-09-17 00:41:39 +00:00
makefile.msc.in reflect glib move 2001-07-20 17:01:30 +00:00