| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings from sparse. (#487491, Kjartan Maraas) | Behdad Esfahbod | 2007-10-21 | 1 | -2/+2 |
* | prevent race covered by g_once_init_enter(), by checking for previous | Tim Janik | 2007-08-14 | 1 | -10/+11 |
* | prevent linking a freed GThread structure into global thread list in error | Tim Janik | 2007-08-13 | 1 | -3/+6 |
* | more atomic ops pointer cast fixes. this time it'll work with atomic op | Tim Janik | 2007-07-12 | 1 | -3/+3 |
* | fixed missing pointer casts when using atomic ops. | Tim Janik | 2007-07-12 | 1 | -3/+3 |
* | implemented g_once_init_enter(), g_once_init_enter_impl() and | Tim Janik | 2007-07-10 | 1 | -0/+40 |
* | Extended the comments on those functions, that are NOOPs, before | Sebastian Wilhelmi | 2007-06-15 | 1 | -1/+4 |
* | Revert an accidental ABI break by moving gettime out of the | Matthias Clasen | 2007-01-16 | 1 | -3/+4 |
* | glib/gthread.c (gettime) GetSystemTimeAsFileTime() returns 100s of | Tor Lillqvist | 2007-01-16 | 1 | -0/+5 |
* | glib/gthread.c (gettime) GetSystemTimeAsFileTime() returns 100s of | Tor Lillqvist | 2007-01-16 | 1 | -0/+1 |
* | Correct the gettime calculations once more. (#395203, Chris Wilson) | Matthias Clasen | 2007-01-15 | 1 | -1/+3 |
* | fix stupid thinko | Matthias Clasen | 2007-01-12 | 1 | -1/+2 |
* | Include windows.h and fix include order. (#394258, Kazuki Iwamoto) | Matthias Clasen | 2007-01-12 | 1 | -2/+4 |
* | Fix errors in the recently moved time calculations. (#395203, Chris | Matthias Clasen | 2007-01-12 | 1 | -1/+1 |
* | Don't link glib against libpthread. (#393812) | Matthias Clasen | 2007-01-08 | 1 | -3/+29 |
* | Run _g_atomic_thread_init as the first of the full fledged initializers to | Sebastian Wilhelmi | 2006-05-23 | 1 | -1/+1 |
* | Use g_atomic_pointer_set instead of old homegrown version now that we have | Sebastian Wilhelmi | 2006-05-11 | 1 | -74/+65 |
* | Renamed to glib/gthreadprivate.h and moved system thread identifier | Sebastian Wilhelmi | 2006-05-10 | 1 | -18/+1 |
* | Move short_month_names and long_month_names to bss. | Matthias Clasen | 2006-04-04 | 1 | -4/+1 |
* | new slice allocator implementation. | Tim Janik | 2005-12-01 | 1 | -35/+17 |
* | Silence compiler warnings. | Matthias Clasen | 2005-11-28 | 1 | -2/+2 |
* | Updates | Matthias Clasen | 2005-11-17 | 1 | -1/+5 |
* | const correctness fixes, found by Arjan van de Ven and gcc. | Matthias Clasen | 2005-11-17 | 1 | -3/+3 |
* | prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to | Tim Janik | 2005-11-01 | 1 | -12/+103 |
* | Don't lock if depth is zero. (#310148, Wim Taymans) | Matthias Clasen | 2005-07-12 | 1 | -0/+3 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -1/+4 |
* | Update the returned value after locale changes. (#160271, Christian | Matthias Clasen | 2004-12-07 | 1 | -0/+1 |
* | Make the last change compile. | Matthias Clasen | 2004-10-26 | 1 | -1/+3 |
* | Make this function thread-safe in the GLib style. | Matthias Clasen | 2004-10-26 | 1 | -0/+1 |
* | Implement the same PLT reduction technique used in GTK+: | Matthias Clasen | 2004-09-16 | 1 | -0/+1 |
* | glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variable | Tor Lillqvist | 2004-04-10 | 1 | -3/+0 |
* | Patch by Sebastian Wilhemi to fix infinite recursion in g_atomic. | Matthias Clasen | 2004-03-05 | 1 | -1/+2 |
* | Removed the PID niceness surrogate for thread priorities as requested by | Sebastian Wilhelmi | 2004-02-26 | 1 | -56/+2 |
* | For the PID thread priorities surrogate use gettid instead of getpid. This | Sebastian Wilhelmi | 2004-02-25 | 1 | -8/+10 |
* | Support for one-time initialization functions. (#69668, Sebastian | Matthias Clasen | 2003-07-08 | 1 | -7/+45 |
* | Do not define function g_thread_init_glib, if not G_THREADS_ENABLED. It's | Sebastian Wilhelmi | 2003-03-14 | 1 | -0/+2 |
* | Fixes for #101264 and #99372: | Sebastian Wilhelmi | 2003-02-14 | 1 | -11/+21 |
* | Mark the contents of the strucures in this file /*< private >*/ | Owen Taylor | 2002-12-15 | 1 | -7/+7 |
* | Patch from Sven Neumann to make the include order consistent. (#71704) | Owen Taylor | 2002-12-04 | 1 | -1/+3 |
* | Set the normal PID surrogate priority according to getpid() to avoid | Sebastian Wilhelmi | 2002-08-06 | 1 | -1/+12 |
* | Delay allocation until after all g_return_val_if_fail (). | Sebastian Wilhelmi | 2002-02-04 | 1 | -2/+4 |
* | Add thread_equal function to allow for platform defined function to | Sebastian Wilhelmi | 2001-09-19 | 1 | -6/+11 |
* | Add 'want_to_read' to GStaticRWLock to avoid calling g_cond_broadcast, | Sebastian Wilhelmi | 2001-08-30 | 1 | -1/+3 |
* | Make some changes to the way that GMainContext works: | Owen Taylor | 2001-06-30 | 1 | -7/+0 |
* | g_thread_create renamed to g_thread_create_full. | Sebastian Wilhelmi | 2001-05-22 | 1 | -3/+3 |
* | Renamed g_thread_create to g_thread_create_full and added macro | Sebastian Wilhelmi | 2001-05-18 | 1 | -9/+7 |
* | Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make it | Sebastian Wilhelmi | 2001-05-09 | 1 | -7/+7 |
* | Moved func and arg members from GRealThread to GThread, such that they can | Sebastian Wilhelmi | 2001-05-08 | 1 | -16/+30 |
* | Use the new GRealThread member "context" instead of a GStaticPrivate to | Sebastian Wilhelmi | 2001-04-02 | 1 | -37/+40 |
* | Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>. | Tor Lillqvist | 2001-03-09 | 1 | -1/+1 |