summaryrefslogtreecommitdiff
path: root/gthread/gthread-posix.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-09Move the GThread implementations to glib/Ryan Lortie1-409/+0
2011-09-09invert gthread-impl includesRyan Lortie1-0/+5
2011-09-09Stop using HAVE_G_THREAD_IMPL_INITRyan Lortie1-3/+0
2011-09-09Move thread priority translation into the backendsRyan Lortie1-2/+28
2011-09-09Remove useless macros from when we supported DCERyan Lortie1-15/+8
2011-09-09Remove support for DCE threadsRyan Lortie1-56/+4
2011-09-09Deprecated (undocumented) g_thread_gettimeRyan Lortie1-28/+1
2008-02-10/bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen1-1/+1
2008-01-27Deprecate G_GNUC_(PRETTY)_FUNCTION.Matthias Clasen1-1/+1
2007-01-16Revert an accidental ABI break by moving gettime out of theMatthias Clasen1-10/+6
2007-01-15Correct the gettime calculations once more. (#395203, Chris Wilson)Matthias Clasen1-2/+1
2007-01-12Fix errors in the recently moved time calculations. (#395203, ChrisMatthias Clasen1-2/+3
2007-01-08Don't use _SC_MONOTONIC_CLOCK unless USE_CLOCK_GETTIME is defined.Matthias Clasen1-1/+3
2007-01-08Don't link glib against libpthread. (#393812)Matthias Clasen1-2/+30
2006-05-11Prevent calling into g_cond_wait resp. g_mutex_lock/unlock directly toSebastian Wilhelmi1-35/+38
2006-05-09Use canonical include form for internal headers. config.h is always there.Sebastian Wilhelmi1-1/+1
2005-06-09Allow setstacksize to fail. (#304790, Michael Banck)Matthias Clasen1-1/+3
2004-11-01glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.cMatthias Clasen1-1/+1
2002-11-04Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,Owen Taylor1-0/+2
2002-08-06Set the normal PID surrogate priority according to getpid() to avoidSebastian Wilhelmi1-4/+23
2002-03-10Do a comparison, not an assignment, stupid! Spotted by Daniel ElstnerSebastian Wilhelmi1-1/+1
2001-09-19Add thread_equal function to allow for platform defined function toSebastian Wilhelmi1-1/+8
2001-05-08don't g_assert() the user specified time, but g_return_val_if_fail() here.Tim Janik1-1/+3
2001-04-03Added special case for priorities on FreeBSD. Thanks to David ReidSebastian Wilhelmi1-2/+12
2001-02-15Reverted the changes necessary to enlarge the system thread forSebastian Wilhelmi1-64/+7
2001-01-03Made g_thread_min_stack_size static.Sebastian Wilhelmi1-1/+1
2000-11-21Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi1-31/+93
2000-11-15Check for the sched.h header and include it on gthread/gthread-posix.c ifSebastian Wilhelmi1-0/+3
2000-10-25Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_ENABLE_DEBUG asSebastian Wilhelmi1-49/+64
2000-09-29Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi1-0/+2
2000-09-06s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi1-4/+3
2000-09-01Use GError to report errors as well.Sebastian Wilhelmi1-1/+3
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi1-4/+18
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
2000-03-20Forgot a '}' in a macro for DCE-threads. Thanks to Karl NelsonSebastian Wilhelmi1-1/+1
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi1-16/+27
2000-02-22check for sysconf (_SC_THREAD_STACK_MIN), which returns the minimal stackSebastian Wilhelmi1-0/+11
1999-11-16Changed the prototype of thread_create and thread_self to return theSebastian Wilhelmi1-46/+44
1999-06-20Update the pthreads snapshot version we want. Advice how to hand-expandTor Lillqvist1-0/+3
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi1-4/+118
1999-03-31Use the right default arguments for the construction of mutexes and condsSebastian Wilhelmi1-2/+8
1999-03-12Test for posix threads first, then for dce threads.Sebastian Wilhelmi1-1/+1
1999-03-11Revamped the thread configure stuff. Now dce threads (old posix draft) areSebastian Wilhelmi1-9/+30
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+7
1999-02-08Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), thatSebastian Wilhelmi1-1/+8
1999-01-16Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist1-0/+2
1998-12-17giounix.c: s/g_main_poll_add/g_main_remove_add/gCST 1998 Shawn T. Amundson1-1/+1
1998-12-15updated.Sebastian Wilhelmi1-6/+6
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-0/+176