Change the order to match the order in g_thread_create().
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Fri, 23 Feb 2001 16:42:48 +0000 (16:42 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Fri, 23 Feb 2001 16:42:48 +0000 (16:42 +0000)
commit2395a333cc759f0f52165001b4802d14f9ffecc4
treec98467b6ebd9d145f94685f459c9646ab8a0c9f8
parent2632cf94f6e9d9ef09c53d9cd3d64fbe4096d833
Change the order to match the order in g_thread_create().

2001-02-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gthread.h (struct _GThread): Change the order to match the order
in g_thread_create().

* gthread.c (g_static_rec_mutex_lock_full): Also do the right
thing (behave like 'depth' calls to g_static_rec_mutex_lock) for a
mutex, that is already locked.

* glib/tmpl/threads.sgml: Big update. Almost ready.

* glib/tmpl/async_queues.sgml: Typo.

* glib/glib-sections.txt: Added g_static_rec_mutex_init,
g_static_rec_mutex_free, g_static_rw_lock_init,
g_static_private_init and g_static_private_free.

* glib/glib-overrides.txt: Added g_thread_yield and g_thread_exit.
17 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/glib/glib-overrides.txt
docs/reference/glib/glib-sections.txt
docs/reference/glib/tmpl/async_queues.sgml
docs/reference/glib/tmpl/threads.sgml
glib/gthread.c
glib/gthread.h
gthread.c
gthread.h