Check for "our" threads in some places
authorRyan Lortie <desrt@desrt.ca>
Sat, 15 Oct 2011 13:48:42 +0000 (09:48 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 15 Oct 2011 13:48:42 +0000 (09:48 -0400)
commit3fe3fdd75abb313fc43b58ebd4a71dcfe8bab32f
tree3eb4cb50a28c24f52259255c7c786d68561fad93
parent11f3684b715ef35dd97ad108c7116260c7c4cdc2
Check for "our" threads in some places

Don't allow g_thread_join() to be called on or g_thread_exit() to be
called from within threads that were not created by GLib.  Document
this.
glib/gthread.c