summaryrefslogtreecommitdiff
path: root/glib/gthreadprivate.h
Commit message (Expand)AuthorAgeFilesLines
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* License headers: "the Gnome Library" -> "this library"Sébastien Wilmet2017-01-041-8/+7
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* Remove most use of G_GNUC_INTERNALColin Walters2013-01-181-7/+0
* GThread: handle thread names safelyMatthias Clasen2011-11-141-1/+1
* Revert "make struct _GThread private"Ryan Lortie2011-10-131-9/+0
* make struct _GThread privateRyan Lortie2011-10-131-0/+9
* tidy up gthreadprivate.hRyan Lortie2011-10-131-23/+17
* thread: nuke the concept of 'joinable'Ryan Lortie2011-10-131-7/+7
* thread: simplify 'free' processRyan Lortie2011-10-131-0/+1
* remove 'joinable' parameter to backendsRyan Lortie2011-10-131-1/+0
* Only g_system_thread_free() our own threadsRyan Lortie2011-10-121-0/+2
* Finish killing off GSystemThreadRyan Lortie2011-10-121-1/+0
* Combine g_sytem_thread_{new,create}()Ryan Lortie2011-10-121-7/+5
* g_system_thread_create: drop 'data' argRyan Lortie2011-10-121-1/+0
* g_system_thread_create: SystemThread -> RealThreadRyan Lortie2011-10-121-1/+1
* g_system_thread_join: rename to _wait()Ryan Lortie2011-10-121-1/+1
* g_system_thread_join: take GRealThread *Ryan Lortie2011-10-121-1/+2
* thread: delegate allocation of GThread to backendsRyan Lortie2011-10-121-0/+5
* thread: stop sharing g_once_mutexRyan Lortie2011-10-121-2/+0
* thread: drop thread setup function hackeryRyan Lortie2011-10-121-3/+4
* thread: Delete g_system_thread_self()Ryan Lortie2011-10-121-1/+0
* missed from last commitRyan Lortie2011-10-121-2/+0
* thread: remove GSystemThread assign/equalRyan Lortie2011-10-121-9/+0
* thread: remove dead decl from gthreadprivate.hRyan Lortie2011-10-121-3/+0
* thread: Remove the zero_threadRyan Lortie2011-10-121-1/+0
* thread: use GSList for g_thread_foreach listRyan Lortie2011-10-121-1/+0
* thread: call g_enumerable_thread_add via callbackRyan Lortie2011-10-121-11/+11
* thread: use GPrivate for enumerable threadsRyan Lortie2011-10-121-1/+0
* GStaticPrivate: implement via GPrivateRyan Lortie2011-10-121-2/+0
* Bug 661129: Duplicate symbols zero_thread and g_once_mutex on OSXJohn Ralls2011-10-071-2/+2
* Deprecate g_thread_init()Ryan Lortie2011-10-041-3/+0
* Deprecate GStaticPrivate and g_thread_foreachMatthias Clasen2011-10-021-0/+20
* Don't put threads created with g_thread_new() on the listMatthias Clasen2011-10-021-0/+8
* Make thread names useful in a debuggerMatthias Clasen2011-10-021-0/+1
* Stop dithering over GPrivateRyan Lortie2011-10-021-14/+0
* Move deprecated GThread functions to a separate fileMatthias Clasen2011-09-251-0/+3
* Fix warning/error C4013 (implicit declarations)Chun-wei Fan2011-09-251-0/+4
* gthread: remove impl init functionsRyan Lortie2011-09-211-3/+0
* g_system_thread_create: drop unused argsRyan Lortie2011-09-211-2/+0
* GSystemThread: port 'self' 'join' and 'create'Ryan Lortie2011-09-211-0/+10
* Don't use the thread_exit vfuncMatthias Clasen2011-09-211-0/+2
* Don't use the thread_equal vfunc anymoreMatthias Clasen2011-09-211-8/+2
* gmem: move to glib-ctorRyan Lortie2011-09-211-2/+0
* gslice: move initialisation to glib-ctorRyan Lortie2011-09-211-1/+0
* Continue GPrivate reworkRyan Lortie2011-09-211-0/+2
* Rework GPrivateRyan Lortie2011-09-211-0/+12
* Clean up l10n threading stuffRyan Lortie2011-09-091-2/+0
* Drop long-removed atomic thread init from headerRyan Lortie2011-09-091-1/+0
* GMainLoop: remove single-threaded caseRyan Lortie2011-09-091-1/+0