glib/gthread
Sebastian Wilhelmi efb2e89e07 Reverted the changes necessary to enlarge the system thread for
2001-02-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* acconfig.h, configure.in: Reverted the changes necessary to
	enlarge the system thread for G_THREAD_USE_PID_SURROGATE.

	* gthread.c: Now implement G_THREAD_USE_PID_SURROGATE in gthread.c
	instead of gthread/gthread-posix.c. While the latter has the
	advantage, that it is conceptually cleaner, it makes
	g_thread_self_posix_impl _very_ slow and that hurts
	GStaticRecMutex and other things. So the new version is less
	clean, but faster.

	* gthread-posix.c: Removed the G_THREAD_USE_PID_SURROGATE
	implementation, which is now in gthread.c.
2001-02-15 16:43:02 +00:00
..
.cvsignore .cvsignore updates 2000-10-12 14:28:39 +00:00
ChangeLog Reverted the changes necessary to enlarge the system thread for 2001-02-15 16:43:02 +00:00
gthread-impl.c Call g_thread_impl_init(), as g_thread_init won't call it. 2001-01-30 14:16:56 +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 Reverted the changes necessary to enlarge the system thread for 2001-02-15 16:43:02 +00:00
gthread-solaris.c Made g_thread_min_stack_size static. 2001-01-03 17:00:43 +00:00
gthread.def Added missing gthread/gthread.def file. Incremented version numbers 1999-01-17 11:11:39 +00:00
gthread.rc.in Move to corresponding subdirectories. 2000-02-07 21:22:30 +00:00
Makefile.am Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_ENABLE_DEBUG as 2000-10-25 10:58:46 +00:00
makefile.mingw.in makefile.mingw.in Protect the rule to rebuild makefile.mingw if 2001-01-25 22:08:11 +00:00
makefile.msc.in Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. 2000-12-29 19:25:40 +00:00