summaryrefslogtreecommitdiff
path: root/gthread/gthread-solaris.c
AgeCommit message (Expand)Author
2006-05-09Remove obsolete gthread/gthread-solaris.c.Sebastian Wilhelmi
2002-11-04Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,Owen Taylor
2002-08-06Set the normal PID surrogate priority according to getpid() to avoidSebastian Wilhelmi
2002-07-03Use thr_min_stack() instead of sysconf (_SC_THREAD_STACK_MIN). ifSebastian Wilhelmi
2002-01-16Use g_free instead of free. Pointed out by Sam O'Connor <sam@panviva.com>.Sebastian Wilhelmi
2001-09-19Add thread_equal function to allow for platform defined function toSebastian Wilhelmi
2001-01-03Made g_thread_min_stack_size static.Sebastian Wilhelmi
2000-11-21Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi
2000-09-29Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi
2000-09-06s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi
2000-09-01Use GError to report errors as well.Sebastian Wilhelmi
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-04-25Changed the scope of the initialized mutex to USYNC_THREAD. Thanks toSebastian Wilhelmi
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi
2000-02-22check for sysconf (_SC_THREAD_STACK_MIN), which returns the minimal stackSebastian Wilhelmi
1999-11-16Changed the prototype of thread_create and thread_self to return theSebastian Wilhelmi
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson
1998-12-15updated.Sebastian Wilhelmi
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor