Bug 548967 - 1 bit mutex lock
[platform/upstream/glib.git] / glib / gthread.c
2010-01-28 Ryan LortieBug 548967 - 1 bit mutex lock
2009-03-01 Matthias ClasenFix docs
2009-02-23 Matthias ClasenAdd a necessary cast back. Pointed out by Kazuki Iwamoto.
2009-02-17 Matthias Clasen Fix strict aliasing warnings and viiolations...
2008-12-31 Matthias ClasenFix some compiler warnings
2008-12-18 Mike KestnerBug 560676 - function access for g_threads_supported
2007-10-21 Behdad EsfahbodFix warnings from sparse. (#487491, Kjartan Maraas)
2007-08-14 Tim Janikprevent race covered by g_once_init_enter(), by checkin...
2007-08-13 Tim Janikprevent linking a freed GThread structure into global...
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-06-15 Sebastian WilhelmiExtended the comments on those functions, that are...
2007-01-16 Matthias ClasenRevert an accidental ABI break by moving gettime out...
2007-01-16 Tor Lillqvistglib/gthread.c (gettime) GetSystemTimeAsFileTime()...
2007-01-16 Tor Lillqvistglib/gthread.c (gettime) GetSystemTimeAsFileTime()...
2007-01-15 Matthias ClasenCorrect the gettime calculations once more. (#395203...
2007-01-12 Matthias Clasenfix stupid thinko
2007-01-12 Matthias ClasenInclude windows.h and fix include order. (#394258,...
2007-01-12 Matthias ClasenFix errors in the recently moved time calculations...
2007-01-08 Matthias ClasenDon't link glib against libpthread. (#393812)
2006-05-23 Sebastian WilhelmiRun _g_atomic_thread_init as the first of the full...
2006-05-11 Sebastian WilhelmiUse g_atomic_pointer_set instead of old homegrown versi...
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2005-12-01 Tim Janiknew slice allocator implementation.
2005-11-28 Matthias ClasenSilence compiler warnings.
2005-11-17 Matthias ClasenUpdates
2005-11-17 Matthias Clasenconst correctness fixes, found by Arjan van de Ven...
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-07-12 Matthias ClasenDon't lock if depth is zero. (#310148, Wim Taymans)
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-12-07 Matthias ClasenUpdate the returned value after locale changes. (#16027...
2004-10-26 Matthias ClasenMake the last change compile.
2004-10-26 Matthias ClasenMake this function thread-safe in the GLib style.
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-04-10 Tor Lillqvistglib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decoratin...
2004-03-05 Matthias ClasenPatch by Sebastian Wilhemi to fix infinite recursion...
2004-02-26 Sebastian WilhelmiRemoved the PID niceness surrogate for thread prioritie...
2004-02-25 Sebastian WilhelmiFor the PID thread priorities surrogate use gettid...
2003-07-08 Matthias ClasenSupport for one-time initialization functions. (#69668...
2003-03-14 Sebastian WilhelmiDo not define function g_thread_init_glib, if not G_THR...
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2002-12-15 Owen TaylorMark the contents of the strucures in this file /*...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-08-06 Sebastian WilhelmiSet the normal PID surrogate priority according to...
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-30 Owen TaylorMake some changes to the way that GMainContext works:
2001-05-22 Sebastian Wilhelmig_thread_create renamed to g_thread_create_full.
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-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-02-23 Sebastian WilhelmiChange the order to match the order in g_thread_create().
2001-02-19 Hans Breuerupdated for win32 msvc build
2001-02-17 Havoc Penningtoninclude string.h
2001-02-15 Sebastian WilhelmiReverted the changes necessary to enlarge the system...
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.
2001-01-29 Sebastian WilhelmiBroadcast the condition, if there are waiting readers...
2000-11-28 Sebastian WilhelmiRevamped errorcheck mutexes and added errorcheck cond_w...
2000-11-21 Sebastian WilhelmiAdd a surrogate for thread priorities using PID nicenes...
2000-11-13 Sebastian WilhelmiMade recursive mutexes also work when the thread system...
2000-09-05 Sebastian WilhelmiDon't use a G_LOCK, as it isn't necessary.
2000-09-01 Sebastian WilhelmiInclude gerror.h before it is used for some g_thread_...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-03-17 Sebastian WilhelmiAdded the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE...
1999-11-16 Sebastian WilhelmiRenamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THR...
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-06-20 Tor LillqvistUpdate the pthreads snapshot version we want. Advice...
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...