mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
Add 'want_to_read' to GStaticRWLock to avoid calling g_cond_broadcast,
2001-08-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib/gthread.h, glib/gthread.c: Add 'want_to_read' to GStaticRWLock to avoid calling g_cond_broadcast, when no one is waiting.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
cf11b57917
commit
bd2329ae66
@@ -1,5 +1,9 @@
|
||||
2001-08-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gthread.h, glib/gthread.c: Add 'want_to_read' to
|
||||
GStaticRWLock to avoid calling g_cond_broadcast, when no one is
|
||||
waiting.
|
||||
|
||||
* glib/gmain.c (g_main_context_add_poll_unlocked): Don't free
|
||||
cached_poll_array, when adding new poll's. This is taken care for
|
||||
in g_main_context_iterate.
|
||||
|
Reference in New Issue
Block a user