Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2001-05-18 | Renamed g_thread_create to g_thread_create_full and added macro | Sebastian Wilhelmi | 1 | -10/+5 |
2001-05-08 | Moved func and arg members from GRealThread to GThread, such that they can | Sebastian Wilhelmi | 1 | -9/+19 |
2001-02-13 | Added functions g_static_rec_mutex_init, g_static_rec_mutex_free, | Sebastian Wilhelmi | 1 | -9/+56 |
2000-09-06 | s/G_MICROSEC/G_USEC_PER_SEC/ | Sebastian Wilhelmi | 1 | -6/+6 |
2000-09-01 | Include gerror.h before it is used for some g_thread_* functions. | Sebastian Wilhelmi | 1 | -4/+4 |
2000-04-19 | Made the debugging G_TRYLOCK call also work for compilers with funnt | Sebastian Wilhelmi | 1 | -0/+4 |
2000-03-17 | Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages. | Sebastian Wilhelmi | 1 | -4/+18 |
1999-06-17 | Completed the thread support in GLib. Thread creation, prioritizing | Sebastian Wilhelmi | 1 | -0/+238 |