Make some changes to the way that GMainContext works:
[platform/upstream/glib.git] / tests / thread-test.c
2001-05-18 Sebastian WilhelmiRenamed g_thread_create to g_thread_create_full and...
2001-05-08 Sebastian WilhelmiMoved func and arg members from GRealThread to GThread...
2001-02-13 Sebastian WilhelmiAdded functions g_static_rec_mutex_init, g_static_rec_m...
2000-09-06 Sebastian Wilhelmis/G_MICROSEC/G_USEC_PER_SEC/
2000-09-01 Sebastian WilhelmiInclude gerror.h before it is used for some g_thread_...
2000-04-19 Sebastian WilhelmiMade the debugging G_TRYLOCK call also work for compile...
2000-03-17 Sebastian WilhelmiAdded the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE...
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...