Age | Commit message (Expand) | Author | Files | Lines |
2001-06-26 | Move glib library into a subdirectory, make all GLib include files include | Owen Taylor | 1 | -823/+0 |
2001-05-22 | g_thread_create renamed to g_thread_create_full. | Sebastian Wilhelmi | 1 | -3/+3 |
2001-05-18 | Renamed g_thread_create to g_thread_create_full and added macro | Sebastian Wilhelmi | 1 | -9/+7 |
2001-05-09 | Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make it | Sebastian Wilhelmi | 1 | -7/+7 |
2001-05-08 | Moved func and arg members from GRealThread to GThread, such that they can | Sebastian Wilhelmi | 1 | -16/+30 |
2001-04-02 | Use the new GRealThread member "context" instead of a GStaticPrivate to | Sebastian Wilhelmi | 1 | -37/+40 |
2001-03-09 | Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>. | Tor Lillqvist | 1 | -1/+1 |
2001-02-23 | Change the order to match the order in g_thread_create(). | Sebastian Wilhelmi | 1 | -1/+9 |
2001-02-19 | updated for win32 msvc build | Hans Breuer | 1 | -0/+2 |
2001-02-17 | include string.h | Havoc Pennington | 1 | -0/+2 |
2001-02-15 | Reverted the changes necessary to enlarge the system thread for | Sebastian Wilhelmi | 1 | -1/+42 |
2001-02-13 | Added functions g_static_rec_mutex_init, g_static_rec_mutex_free, | Sebastian Wilhelmi | 1 | -39/+139 |
2001-02-01 | Added g_static_mutex_init to allow initialization of a GStaticMutex, that | Sebastian Wilhelmi | 1 | -0/+10 |
2001-01-30 | Call g_thread_impl_init(), as g_thread_init won't call it. | Sebastian Wilhelmi | 1 | -0/+17 |
2001-01-29 | Broadcast the condition, if there are waiting readers, as all might read | Sebastian Wilhelmi | 1 | -2/+3 |
2000-11-28 | Revamped errorcheck mutexes and added errorcheck cond_wait() and | Sebastian Wilhelmi | 1 | -3/+4 |
2000-11-21 | Add a surrogate for thread priorities using PID niceness for systems with | Sebastian Wilhelmi | 1 | -0/+4 |
2000-11-13 | Made recursive mutexes also work when the thread system is not (yet) | Sebastian Wilhelmi | 1 | -1/+18 |
2000-09-05 | Don't use a G_LOCK, as it isn't necessary. | Sebastian Wilhelmi | 1 | -7/+1 |
2000-09-01 | Include gerror.h before it is used for some g_thread_* functions. | Sebastian Wilhelmi | 1 | -6/+30 |
2000-07-26 | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 1 | -4/+4 |
2000-03-17 | Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages. | Sebastian Wilhelmi | 1 | -88/+90 |
1999-11-16 | Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect | Sebastian Wilhelmi | 1 | -17/+60 |
1999-10-04 | G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but | Manish Singh | 1 | -1/+1 |
1999-06-20 | Update the pthreads snapshot version we want. Advice how to hand-expand | Tor Lillqvist | 1 | -0/+7 |
1999-06-17 | Completed the thread support in GLib. Thread creation, prioritizing | Sebastian Wilhelmi | 1 | -0/+535 |