GSystemThread: port 'self' 'join' and 'create'
authorRyan Lortie <desrt@desrt.ca>
Mon, 19 Sep 2011 03:58:12 +0000 (23:58 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 21 Sep 2011 20:06:55 +0000 (16:06 -0400)
commit7a69d46dc562188a8673c6057919b4d65798491d
tree16f355516e6ee9f090d7bf1d8c159f818d182f1a
parent51d92adeee67d1df30d13fe41e97af9e563f62ec
GSystemThread: port 'self' 'join' and 'create'

Switch 'self' 'join' and 'create' from using the vtable to being called
via normal g_system_thread_* internal API (implemented in each of
gthread-{posix,win32}.c).

Again, we can put NULL in the vtable since these were never used from
gthread.h.
glib/gthread-posix.c
glib/gthread-win32.c
glib/gthread.c
glib/gthreadprivate.h