summaryrefslogtreecommitdiff
path: root/gthread.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-28Revamped errorcheck mutexes and added errorcheck cond_wait() andSebastian Wilhelmi1-3/+4
2000-11-21Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi1-0/+4
2000-11-13Made recursive mutexes also work when the thread system is not (yet)Sebastian Wilhelmi1-1/+18
2000-09-05Don't use a G_LOCK, as it isn't necessary.Sebastian Wilhelmi1-7/+1
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi1-6/+30
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi1-88/+90
1999-11-16Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflectSebastian Wilhelmi1-17/+60
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1-1/+1
1999-06-20Update the pthreads snapshot version we want. Advice how to hand-expandTor Lillqvist1-0/+7
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi1-0/+535