summaryrefslogtreecommitdiff
path: root/gthread.c
Commit message (Expand)AuthorAgeFilesLines
* Use the new GRealThread member "context" instead of a GStaticPrivate toSebastian Wilhelmi2001-04-021-37/+40
* Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist2001-03-091-1/+1
* Change the order to match the order in g_thread_create().Sebastian Wilhelmi2001-02-231-1/+9
* updated for win32 msvc buildHans Breuer2001-02-191-0/+2
* include string.hHavoc Pennington2001-02-171-0/+2
* Reverted the changes necessary to enlarge the system thread forSebastian Wilhelmi2001-02-151-1/+42
* Added functions g_static_rec_mutex_init, g_static_rec_mutex_free,Sebastian Wilhelmi2001-02-131-39/+139
* Added g_static_mutex_init to allow initialization of a GStaticMutex, thatSebastian Wilhelmi2001-02-011-0/+10
* Call g_thread_impl_init(), as g_thread_init won't call it.Sebastian Wilhelmi2001-01-301-0/+17
* Broadcast the condition, if there are waiting readers, as all might readSebastian Wilhelmi2001-01-291-2/+3
* 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