[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / gthreadprivate.h
2014-01-31 Daniel MustielesUpdated FSF's address
2013-01-18 Colin WaltersRemove most use of G_GNUC_INTERNAL
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-15 Matthias ClasenGThread: handle thread names safely
2011-10-13 Ryan LortieRevert "make struct _GThread private"
2011-10-13 Ryan Lortiemake struct _GThread private
2011-10-13 Ryan Lortietidy up gthreadprivate.h
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-13 Ryan Lortiethread: simplify 'free' process
2011-10-13 Ryan Lortieremove 'joinable' parameter to backends
2011-10-13 Ryan LortieOnly g_system_thread_free() our own threads
2011-10-13 Ryan LortieFinish killing off GSystemThread
2011-10-13 Ryan LortieCombine g_sytem_thread_{new,create}()
2011-10-13 Ryan Lortieg_system_thread_create: drop 'data' arg
2011-10-13 Ryan Lortieg_system_thread_create: SystemThread -> RealThread
2011-10-13 Ryan Lortieg_system_thread_join: rename to _wait()
2011-10-13 Ryan Lortieg_system_thread_join: take GRealThread *
2011-10-13 Ryan Lortiethread: delegate allocation of GThread to backends
2011-10-13 Ryan Lortiethread: stop sharing g_once_mutex
2011-10-13 Ryan Lortiethread: drop thread setup function hackery
2011-10-12 Ryan Lortiethread: Delete g_system_thread_self()
2011-10-12 Ryan Lortiemissed from last commit
2011-10-12 Ryan Lortiethread: remove GSystemThread assign/equal
2011-10-12 Ryan Lortiethread: remove dead decl from gthreadprivate.h
2011-10-12 Ryan Lortiethread: Remove the zero_thread
2011-10-12 Ryan Lortiethread: use GSList for g_thread_foreach list
2011-10-12 Ryan Lortiethread: call g_enumerable_thread_add via callback
2011-10-12 Ryan Lortiethread: use GPrivate for enumerable threads
2011-10-12 Ryan LortieGStaticPrivate: implement via GPrivate
2011-10-07 John RallsBug 661129: Duplicate symbols zero_thread and g_once_mu...
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-03 Matthias ClasenDeprecate GStaticPrivate and g_thread_foreach
2011-10-03 Matthias ClasenDon't put threads created with g_thread_new() on the...
2011-10-03 Matthias ClasenMake thread names useful in a debugger
2011-10-03 Ryan LortieStop dithering over GPrivate
2011-09-25 Matthias ClasenMove deprecated GThread functions to a separate file
2011-09-25 Chun-wei FanFix warning/error C4013 (implicit declarations)
2011-09-21 Ryan Lortiegthread: remove impl init functions
2011-09-21 Ryan Lortieg_system_thread_create: drop unused args
2011-09-21 Ryan LortieGSystemThread: port 'self' 'join' and 'create'
2011-09-21 Matthias ClasenDon't use the thread_exit vfunc
2011-09-21 Matthias ClasenDon't use the thread_equal vfunc anymore
2011-09-21 Ryan Lortiegmem: move to glib-ctor
2011-09-21 Ryan Lortiegslice: move initialisation to glib-ctor
2011-09-21 Ryan LortieContinue GPrivate rework
2011-09-21 Ryan LortieRework GPrivate
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Ryan LortieClean up l10n threading stuff
2011-09-09 Ryan LortieDrop long-removed atomic thread init from header
2011-09-09 Ryan LortieGMainLoop: remove single-threaded case
2011-09-09 Ryan LortieGRand: remove setup from g_thread_init_glib
2011-09-09 Ryan Lortieemufutex: remove init from g_thread_init_glib
2011-09-09 Ryan Lortiewin32: remove version init from g_thread_init_glib
2011-09-09 Ryan LortieMove the GThread implementations to glib/
2011-08-29 Matthias ClasenSpelling fixes
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-01-28 Ryan LortieBug 548967 - 1 bit mutex lock
2007-05-17 Matthias ClasenMove the compiler-dependency in the G_GNUC_INTERNAL...
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...