summaryrefslogtreecommitdiff
path: root/glib/gthreadprivate.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-13Revert "make struct _GThread private"Ryan Lortie1-9/+0
2011-10-13make struct _GThread privateRyan Lortie1-0/+9
2011-10-13tidy up gthreadprivate.hRyan Lortie1-23/+17
2011-10-13thread: nuke the concept of 'joinable'Ryan Lortie1-7/+7
2011-10-13thread: simplify 'free' processRyan Lortie1-0/+1
2011-10-13remove 'joinable' parameter to backendsRyan Lortie1-1/+0
2011-10-12Only g_system_thread_free() our own threadsRyan Lortie1-0/+2
2011-10-12Finish killing off GSystemThreadRyan Lortie1-1/+0
2011-10-12Combine g_sytem_thread_{new,create}()Ryan Lortie1-7/+5
2011-10-12g_system_thread_create: drop 'data' argRyan Lortie1-1/+0
2011-10-12g_system_thread_create: SystemThread -> RealThreadRyan Lortie1-1/+1
2011-10-12g_system_thread_join: rename to _wait()Ryan Lortie1-1/+1
2011-10-12g_system_thread_join: take GRealThread *Ryan Lortie1-1/+2
2011-10-12thread: delegate allocation of GThread to backendsRyan Lortie1-0/+5
2011-10-12thread: stop sharing g_once_mutexRyan Lortie1-2/+0
2011-10-12thread: drop thread setup function hackeryRyan Lortie1-3/+4
2011-10-12thread: Delete g_system_thread_self()Ryan Lortie1-1/+0
2011-10-12missed from last commitRyan Lortie1-2/+0
2011-10-12thread: remove GSystemThread assign/equalRyan Lortie1-9/+0
2011-10-12thread: remove dead decl from gthreadprivate.hRyan Lortie1-3/+0
2011-10-12thread: Remove the zero_threadRyan Lortie1-1/+0
2011-10-12thread: use GSList for g_thread_foreach listRyan Lortie1-1/+0
2011-10-12thread: call g_enumerable_thread_add via callbackRyan Lortie1-11/+11
2011-10-12thread: use GPrivate for enumerable threadsRyan Lortie1-1/+0
2011-10-12GStaticPrivate: implement via GPrivateRyan Lortie1-2/+0
2011-10-07Bug 661129: Duplicate symbols zero_thread and g_once_mutex on OSXJohn Ralls1-2/+2
2011-10-04Deprecate g_thread_init()Ryan Lortie1-3/+0
2011-10-02Deprecate GStaticPrivate and g_thread_foreachMatthias Clasen1-0/+20
2011-10-02Don't put threads created with g_thread_new() on the listMatthias Clasen1-0/+8
2011-10-02Make thread names useful in a debuggerMatthias Clasen1-0/+1
2011-10-02Stop dithering over GPrivateRyan Lortie1-14/+0
2011-09-25Move deprecated GThread functions to a separate fileMatthias Clasen1-0/+3
2011-09-25Fix warning/error C4013 (implicit declarations)Chun-wei Fan1-0/+4
2011-09-21gthread: remove impl init functionsRyan Lortie1-3/+0
2011-09-21g_system_thread_create: drop unused argsRyan Lortie1-2/+0
2011-09-21GSystemThread: port 'self' 'join' and 'create'Ryan Lortie1-0/+10
2011-09-21Don't use the thread_exit vfuncMatthias Clasen1-0/+2
2011-09-21Don't use the thread_equal vfunc anymoreMatthias Clasen1-8/+2
2011-09-21gmem: move to glib-ctorRyan Lortie1-2/+0
2011-09-21gslice: move initialisation to glib-ctorRyan Lortie1-1/+0
2011-09-21Continue GPrivate reworkRyan Lortie1-0/+2
2011-09-21Rework GPrivateRyan Lortie1-0/+12
2011-09-09Clean up l10n threading stuffRyan Lortie1-2/+0
2011-09-09Drop long-removed atomic thread init from headerRyan Lortie1-1/+0
2011-09-09GMainLoop: remove single-threaded caseRyan Lortie1-1/+0
2011-09-09GRand: remove setup from g_thread_init_glibRyan Lortie1-1/+0
2011-09-09emufutex: remove init from g_thread_init_glibRyan Lortie1-1/+0
2011-09-09win32: remove version init from g_thread_init_glibRyan Lortie1-4/+0
2011-09-09Move the GThread implementations to glib/Ryan Lortie1-0/+1
2011-08-29Spelling fixesMatthias Clasen1-1/+1