Move the GThread implementations to glib/
authorRyan Lortie <desrt@desrt.ca>
Wed, 31 Aug 2011 22:00:03 +0000 (18:00 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 9 Sep 2011 16:47:40 +0000 (12:47 -0400)
commitcfa1d0540e4aaf83641f3876a2589a1e8f2b1242
tree4ee4a1511122b0a8dbf56cd673c15f6e73101585
parent96e489680423f87428c74b1f6ec8a6b8a9c99645
Move the GThread implementations to glib/

We can now get threads initialised from inside of libglib by calling
g_thread_init_glib().
glib/Makefile.am
glib/gthread-posix.c [moved from gthread/gthread-posix.c with 98% similarity]
glib/gthread-win32.c [moved from gthread/gthread-win32.c with 98% similarity]
glib/gthread.c
glib/gthreadprivate.h
gthread/Makefile.am
gthread/gthread-impl.c