summaryrefslogtreecommitdiff
path: root/gthread.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor1-823/+0
2001-05-22g_thread_create renamed to g_thread_create_full.Sebastian Wilhelmi1-3/+3
2001-05-18Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi1-9/+7
2001-05-09Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make itSebastian Wilhelmi1-7/+7
2001-05-08Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi1-16/+30
2001-04-02Use the new GRealThread member "context" instead of a GStaticPrivate toSebastian Wilhelmi1-37/+40
2001-03-09Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist1-1/+1
2001-02-23Change the order to match the order in g_thread_create().Sebastian Wilhelmi1-1/+9
2001-02-19updated for win32 msvc buildHans Breuer1-0/+2
2001-02-17include string.hHavoc Pennington1-0/+2
2001-02-15Reverted the changes necessary to enlarge the system thread forSebastian Wilhelmi1-1/+42
2001-02-13Added functions g_static_rec_mutex_init, g_static_rec_mutex_free,Sebastian Wilhelmi1-39/+139
2001-02-01Added g_static_mutex_init to allow initialization of a GStaticMutex, thatSebastian Wilhelmi1-0/+10
2001-01-30Call g_thread_impl_init(), as g_thread_init won't call it.Sebastian Wilhelmi1-0/+17
2001-01-29Broadcast the condition, if there are waiting readers, as all might readSebastian Wilhelmi1-2/+3
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