libglib: stop using g_cond_new in some places
authorRyan Lortie <desrt@desrt.ca>
Sat, 17 Sep 2011 22:05:24 +0000 (18:05 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 21 Sep 2011 20:06:52 +0000 (16:06 -0400)
commitf1d34d0187cd658a95fba64473942b55d27bfcea
treee79eab32789ff0873232b7442244a0034881b8f1
parent22b3e26034017f19c81a3f2bfa7e9c8ec5a690a8
libglib: stop using g_cond_new in some places

Port a couple of low-level users of g_cond_new to use G_COND_INIT or
g_cond_init() as appropriate.
glib/gbitlock.c
glib/gthread.c