thread: nuke the concept of 'joinable'
authorRyan Lortie <desrt@desrt.ca>
Thu, 13 Oct 2011 04:43:33 +0000 (00:43 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 13 Oct 2011 04:43:33 +0000 (00:43 -0400)
commit015f4b4513279c4be40c03121473ffcea347ed84
tree217484a9870e1e092bb409ffb5e7f02c3114d7e1
parentb0e73ca390d0f22baccc3636dd4d2e8e9cb0f58f
thread: nuke the concept of 'joinable'

And remove the 'joinable' argument from g_thread_new() and
g_thread_new_full().

Change the wording in the docs.  Clarify expectations for
(deprecated) g_thread_create().
27 files changed:
gio/gdbusprivate.c
gio/tests/contexts.c
gio/tests/gdbus-export.c
gio/tests/gdbus-peer.c
gio/tests/gdbus-proxy-threads.c
gio/tests/gdbus-test-codegen.c
gio/tests/gdbus-threading.c
gio/tests/resolver.c
gio/tests/send-data.c
gio/tests/socket-client.c
gio/tests/socket-server.c
gio/tests/socket.c
gio/tests/tls-interaction.c
gio/tests/unix-streams.c
glib/deprecated/gthread-deprecated.c
glib/gmain.c
glib/gthread.c
glib/gthread.h
glib/gthreadpool.c
glib/gthreadprivate.h
glib/tests/once.c
glib/tests/thread.c
gobject/tests/dynamictests.c
gthread/tests/1bit-mutex.c
gthread/tests/atomic.c
gthread/tests/gwakeuptest.c
gthread/tests/spawn-multithreaded.c