Port g_cond_new to use GSlice
authorRyan Lortie <desrt@desrt.ca>
Sat, 17 Sep 2011 22:07:39 +0000 (18:07 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 21 Sep 2011 20:06:53 +0000 (16:06 -0400)
commite996a836e854934c0c45e17cfa26b22a8a1bc8bb
tree9a111c97e58c44db4a8db36262514b323223b7a2
parentf1d34d0187cd658a95fba64473942b55d27bfcea
Port g_cond_new to use GSlice

Now that nothing inside of GLib is using g_cond_new(), we can implement
it using GSlice.  Since the implementations for POSIX and Windows are
now the same, move it to gthread.c.
glib/gthread-posix.c
glib/gthread-win32.c
glib/gthread.c