summaryrefslogtreecommitdiff
path: root/gthread/gthread-posix.c
Commit message (Expand)AuthorAgeFilesLines
* /bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen2008-02-101-1/+1
* Deprecate G_GNUC_(PRETTY)_FUNCTION.Matthias Clasen2008-01-271-1/+1
* Revert an accidental ABI break by moving gettime out of theMatthias Clasen2007-01-161-10/+6
* Correct the gettime calculations once more. (#395203, Chris Wilson)Matthias Clasen2007-01-151-2/+1
* Fix errors in the recently moved time calculations. (#395203, ChrisMatthias Clasen2007-01-121-2/+3
* Don't use _SC_MONOTONIC_CLOCK unless USE_CLOCK_GETTIME is defined.Matthias Clasen2007-01-081-1/+3
* Don't link glib against libpthread. (#393812)Matthias Clasen2007-01-081-2/+30
* Prevent calling into g_cond_wait resp. g_mutex_lock/unlock directly toSebastian Wilhelmi2006-05-111-35/+38
* Use canonical include form for internal headers. config.h is always there.Sebastian Wilhelmi2006-05-091-1/+1
* Allow setstacksize to fail. (#304790, Michael Banck)Matthias Clasen2005-06-091-1/+3
* glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.cMatthias Clasen2004-11-011-1/+1
* Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,Owen Taylor2002-11-041-0/+2
* Set the normal PID surrogate priority according to getpid() to avoidSebastian Wilhelmi2002-08-061-4/+23
* Do a comparison, not an assignment, stupid! Spotted by Daniel ElstnerSebastian Wilhelmi2002-03-101-1/+1
* Add thread_equal function to allow for platform defined function toSebastian Wilhelmi2001-09-191-1/+8
* don't g_assert() the user specified time, but g_return_val_if_fail() here.Tim Janik2001-05-081-1/+3
* Added special case for priorities on FreeBSD. Thanks to David ReidSebastian Wilhelmi2001-04-031-2/+12
* Reverted the changes necessary to enlarge the system thread forSebastian Wilhelmi2001-02-151-64/+7
* Made g_thread_min_stack_size static.Sebastian Wilhelmi2001-01-031-1/+1
* Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi2000-11-211-31/+93
* Check for the sched.h header and include it on gthread/gthread-posix.c ifSebastian Wilhelmi2000-11-151-0/+3
* Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_ENABLE_DEBUG asSebastian Wilhelmi2000-10-251-49/+64
* Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi2000-09-291-0/+2
* s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi2000-09-061-4/+3
* Use GError to report errors as well.Sebastian Wilhelmi2000-09-011-1/+3
* Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi2000-09-011-4/+18
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Forgot a '}' in a macro for DCE-threads. Thanks to Karl NelsonSebastian Wilhelmi2000-03-201-1/+1
* Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi2000-03-171-16/+27
* check for sysconf (_SC_THREAD_STACK_MIN), which returns the minimal stackSebastian Wilhelmi2000-02-221-0/+11
* Changed the prototype of thread_create and thread_self to return theSebastian Wilhelmi1999-11-161-46/+44
* Update the pthreads snapshot version we want. Advice how to hand-expandTor Lillqvist1999-06-201-0/+3
* Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi1999-06-171-4/+118
* Use the right default arguments for the construction of mutexes and condsSebastian Wilhelmi1999-03-311-2/+8
* Test for posix threads first, then for dce threads.Sebastian Wilhelmi1999-03-121-1/+1
* Revamped the thread configure stuff. Now dce threads (old posix draft) areSebastian Wilhelmi1999-03-111-9/+30
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+7
* Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), thatSebastian Wilhelmi1999-02-081-1/+8
* Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist1999-01-161-0/+2
* giounix.c: s/g_main_poll_add/g_main_remove_add/gCST 1998 Shawn T. Amundson1998-12-171-1/+1
* updated.Sebastian Wilhelmi1998-12-151-6/+6
* This commit merges the glib-threads branch into the mainOwen Taylor1998-12-151-0/+176