mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
f9dfcb27b7
2001-01-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread/gthread-impl.c (g_thread_init_with_errorcheck_mutexes): Call g_thread_impl_init(), as g_thread_init won't call it. * glib/glib-sections.txt, glib/tmpl/threads.sgml: Added g_static_mutex_free * gthread.c, gthread.h: Added g_static_mutex_free to allow using GStaticMutexes with limited lifetime without leaking. * configure.in: GStaticMutex doesn't have to provide extra space for debugging information for G_ERRORCHECK_MUTEXES, as then the non-default implementation (runtime_mutex) is used anyway. |
||
---|---|---|
.. | ||
.cvsignore | ||
ChangeLog | ||
gthread-impl.c | ||
gthread-none.c | ||
gthread-posix.c | ||
gthread-solaris.c | ||
gthread.def | ||
gthread.rc.in | ||
Makefile.am | ||
makefile.mingw.in | ||
makefile.msc.in |