summaryrefslogtreecommitdiff
path: root/gthread.c
Commit message (Expand)AuthorAgeFilesLines
* Revamped errorcheck mutexes and added errorcheck cond_wait() andSebastian Wilhelmi2000-11-281-3/+4
* Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi2000-11-211-0/+4
* Made recursive mutexes also work when the thread system is not (yet)Sebastian Wilhelmi2000-11-131-1/+18
* Don't use a G_LOCK, as it isn't necessary.Sebastian Wilhelmi2000-09-051-7/+1
* Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi2000-09-011-6/+30
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi2000-03-171-88/+90
* Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflectSebastian Wilhelmi1999-11-161-17/+60
* G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1999-10-041-1/+1
* Update the pthreads snapshot version we want. Advice how to hand-expandTor Lillqvist1999-06-201-0/+7
* Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi1999-06-171-0/+535