mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 13:24:13 +02:00
Broadcast the condition, if there are waiting readers, as all might read
2001-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread.c: Broadcast the condition, if there are waiting readers, as all might read at the same time. Only signal the writer thread, if there are no more readers. * gthread/gthread-impl.c (g_mutex_free_errorcheck_impl): Add new check to errorcheck mutexes to abort, if a locked mutex is freed.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
cd888afb5a
commit
c96ad49767
@@ -1,3 +1,9 @@
|
||||
2001-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread.c: Broadcast the condition, if there are waiting
|
||||
readers, as all might read at the same time. Only signal the
|
||||
writer thread, if there are no more readers.
|
||||
|
||||
2001-01-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.mingw.in
|
||||
|
Reference in New Issue
Block a user