posix threads: joinable tweaks
authorRyan Lortie <desrt@desrt.ca>
Thu, 13 Oct 2011 03:40:02 +0000 (23:40 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 13 Oct 2011 03:40:02 +0000 (23:40 -0400)
commitdbf20d585fd53c612a1dd8ef07275d2affcf7fc0
treecf3909615eee53831b46498076657d0b93a519ea
parentf970dfc73471f2108bc21c10e4714eafea70315c
posix threads: joinable tweaks

Make the POSIX backend a little bit more like the win32 one in terms of
how we deal with joinability.

Calling g_system_thread_join() is now optional, and
g_system_thread_wait() can be safely called by multiple threads.

There is no longer any internal concept of joinability.
glib/gthread-posix.c