Prevent calling into g_cond_wait resp. g_mutex_lock/unlock directly to
authorSebastian Wilhelmi <wilhelmi@google.com>
Thu, 11 May 2006 00:08:31 +0000 (00:08 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 11 May 2006 00:08:31 +0000 (00:08 +0000)
commit685da6b099bc4bfb6f93719eda3f4927a9a6e57b
treed8a838ee6eb9cbf6b3dc18f6e0e332e33e984083
parenta194e2e9718ab5088f0e7598aa45e44bdc284899
Prevent calling into g_cond_wait resp. g_mutex_lock/unlock directly to

2006-05-10  Sebastian Wilhelmi  <wilhelmi@google.com>

* gthread/gthread-posix.c, gthread/gthread-win32.c: Prevent
calling into g_cond_wait resp. g_mutex_lock/unlock directly to
avoid recursions into the errorcheking mutex code (and out of
principle anyway). (#335198, Chris Wilson)
ChangeLog
ChangeLog.pre-2-12
gthread/gthread-posix.c
gthread/gthread-win32.c