Add new thread creation API
authorMatthias Clasen <mclasen@redhat.com>
Sun, 2 Oct 2011 14:01:57 +0000 (10:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 3 Oct 2011 02:11:58 +0000 (22:11 -0400)
commit0d1a92ca3d234a4291ef3ecbf7df2d57442a63e5
tree231fe48b9ba228e096efaa6882b25fdbd71f838a
parentbc67c23bf939d3ad719e860362bdda0737c512a1
Add new thread creation API

Deprecate both g_thread_create functions and add
g_thread_new() and g_thread_new_full(). The new functions
expect a name for the thread.

Change GThreadPool, GMainContext and GDBus to create named threads.

https://bugzilla.gnome.org/show_bug.cgi?id=660635
gio/gdbusprivate.c
glib/deprecated/gthread-deprecated.c
glib/deprecated/gthread.h
glib/glib.symbols
glib/gmain.c
glib/gthread.c
glib/gthread.h
glib/gthreadpool.c