cleanup
[platform/upstream/glib.git] / glib / gthread.h
2014-01-31 Daniel MustielesUpdated FSF's address
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-12-18 Colin WaltersAdd g_get_num_processors()
2012-11-22 Will Thompsongthread: add AVAILABLE_IN_2_32 annotations
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-15 Matthias ClasenMisc doc formatting fixes
2011-10-15 Ryan LortieRename g_thread_try to g_thread_try_new
2011-10-14 Ryan LortieGCond: use monotonic time for timed waits
2011-10-13 Ryan Lortiedrop g_thread_new_full()
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-13 Ryan LortieGThread: make refcounting public
2011-10-12 Matthias ClasenMake single includes mandatory
2011-10-06 Ryan LortieSeveral docs cleanups
2011-10-05 Ryan Lortiegthread.h: a bunch of pointless whitespace changes
2011-10-05 Ryan LortieMove typedef GStaticPrivate to deprecated/
2011-10-05 Ryan LortieDeprecate g_{mutex,cond}_{new,free}()
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Ryan Lortiemacro wrappers for g_once_init_enter/leave
2011-10-03 Ryan Lortielocks: change the ABI just a bit
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-10-03 Ryan LortieGThread posix: switch to Windows ABI
2011-10-03 Matthias ClasenDeprecate GStaticPrivate and g_thread_foreach
2011-10-03 Matthias ClasenAdd new thread creation API
2011-10-03 Ryan Lortielocks: rename a bunch of parameters
2011-10-03 Ryan LortieStop dithering over GPrivate
2011-09-25 Matthias ClasenMore GThread docs tweaks
2011-09-22 Matthias ClasenUse adaptive mutexes when available
2011-09-21 Ryan LortieDeprecate GStatic{,Rec,RW}Mutex
2011-09-21 Ryan LortieAdd a new recursive mutex type, GRecMutex
2011-09-21 Ryan LortieAdd GRWLock
2011-09-21 Ryan Lortiegthread.h: remove some bogus decl/comments
2011-09-21 Matthias ClasenMore header cosmetics
2011-09-21 Matthias Clasentrivial: small header reordering
2011-09-21 Ryan LortieMove some things to deprecated/gthread.h
2011-09-21 Ryan Lortieg_thread_init: take a gpointer as the arg
2011-09-21 Ryan LortieDeprecate g_thread_create_full()
2011-09-21 Matthias ClasenRemove a leftover from errorcheck mutexes
2011-09-21 Ryan Lortiegthread.h: drop the vtable access macros
2011-09-21 Ryan LortieGThread: deprecate thread priorities
2011-09-21 Matthias ClasenClean up g_thread_yield implementation
2011-09-21 Ryan LortieContinue GPrivate rework
2011-09-21 Ryan LortieRework GPrivate
2011-09-21 Ryan LortieGStaticMutex: remove ./configure checks
2011-09-21 Ryan LortieG_LOCK: port from GStaticMutex to GMutex
2011-09-21 Ryan LortieRework GMutex and GCond APIs
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Ryan LortieGThread: remove errorcheck mutex support
2011-09-09 Ryan LortieDeprecated (undocumented) g_thread_gettime
2011-09-09 Dan WinshipMake threads mandatory
2011-07-04 Murray CummingG_STATIC_REC_MUTEX_INIT: Fix missing initialization.
2011-06-15 Murray CummingG_STATIC_REC_MUTEX_INIT: Add a 0 to the initialization.
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-05-06 Javier JardónClean Glib header #include issues: gthread
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-12 Alexander LarssonMake thread calls unconditional if G_THREADS_MANDATORY...
2009-02-17 Matthias Clasen Fix strict aliasing warnings and viiolations...
2008-12-18 Mike KestnerBug 560676 - function access for g_threads_supported
2008-06-20 Sebastian DrögeBug 316221 - G_LOCK warns about breaking strict-aliasin...
2008-05-05 Michael Natterer#define __GLIB_H_INSIDE__ around including everything.
2008-03-31 Matthias ClasenReplace occurrances of G_GNUC_PRETTY_FUNCTION by G_STRF...
2008-03-14 Michael Natterermake it possible to disable single-file includes by...
2008-03-12 Sebastian DrögeBug 316221 - G_LOCK warns about breaking strict-aliasin...
2007-10-21 Behdad EsfahbodFix warnings from sparse. (#487491, Kjartan Maraas)
2007-08-29 Tim Janikfixed compiler warning about loosing volatile qualifier...
2007-08-14 Tim Janikprevent race covered by g_once_init_enter(), by checkin...
2007-07-12 Tim Janikmore atomic ops pointer cast fixes. this time it'll...
2007-07-12 Tim Janikfixed missing pointer casts when using atomic ops.
2007-07-10 Tim Janikimplemented g_once_init_enter(), g_once_init_enter_impl...
2007-01-16 Matthias ClasenRevert an accidental ABI break by moving gettime out...
2007-01-08 Matthias ClasenDon't link glib against libpthread. (#393812)
2006-05-11 Sebastian WilhelmiMake the magic and location arguments to the error...
2006-01-16 Matthias ClasenRework the strict aliasing fix to not break C++, pointe...
2005-12-27 Matthias ClasenFix #316221, Michal Benes, Stanislav Brabec;
2005-12-01 Tim Janiknew slice allocator implementation.
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2004-02-29 Sebastian WilhelmiMoved the assembler functions from gatomic.h to gatomic...
2004-02-26 Sebastian Wilhelmiempty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREA...
2003-07-08 Matthias ClasenSupport for one-time initialization functions. (#69668...
2002-12-15 Owen TaylorMark the contents of the strucures in this file /*...
2002-02-04 Sebastian WilhelmiDelay allocation until after all g_return_val_if_fail ().
2001-09-19 Sebastian WilhelmiAdd thread_equal function to allow for platform defined...
2001-08-30 Sebastian WilhelmiAdd 'want_to_read' to GStaticRWLock to avoid calling...
2001-06-26 Owen TaylorMove glib library into a subdirectory, make all GLib...
2001-05-18 Sebastian WilhelmiRenamed g_thread_create to g_thread_create_full and...
2001-05-09 Sebastian WilhelmiRenamed 'value' and 'arg' to 'data' and 'thread_func...
2001-05-08 Sebastian WilhelmiMoved func and arg members from GRealThread to GThread...
2001-04-02 Sebastian WilhelmiUse the new GRealThread member "context" instead of...
2001-02-23 Sebastian WilhelmiChange the order to match the order in g_thread_create().
2001-02-21 Tor LillqvistMatch also UNC paths on Win32.
2001-02-13 Sebastian WilhelmiAdded functions g_static_rec_mutex_init, g_static_rec_m...
2001-02-01 Sebastian WilhelmiAdded g_static_mutex_init to allow initialization of...
2001-01-30 Sebastian WilhelmiCall g_thread_impl_init(), as g_thread_init won't call it.
next