mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
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.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
2632cf94f6
commit
2395a333cc
@@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
Thu Feb 22 10:31:36 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmain.c (g_source_remove_poll): Add missing implementation
|
||||
|
Reference in New Issue
Block a user