posix threads: use our own system_thread
authorRyan Lortie <desrt@desrt.ca>
Thu, 13 Oct 2011 02:40:37 +0000 (22:40 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 13 Oct 2011 02:43:22 +0000 (22:43 -0400)
commit2010f7f95554df5654e6ee626f76189a0712dbfe
tree405ec0966f8a67b0fc0edd88b620544564d0d412
parent2f5486f02040b0d5cfc67eb97bd037a0ffd86635
posix threads: use our own system_thread

Wrap GRealThread in a GThreadPosix that includes its own pthread_t field
called "system_thread" and use that instead of the generic field in
GRealThread.
glib/gthread-posix.c