summaryrefslogtreecommitdiff
path: root/tests/thread-test.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-18Use GUINT_TO_POINTER for g_thread_create data.Manish Singh1-1/+1
2003-07-08Support for one-time initialization functions. (#69668, SebastianMatthias Clasen1-0/+79
2002-07-04Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi1-0/+3
2002-02-15Do not assume, that after g_usleep(G_USEC_PER_SEC) the newly startedSebastian Wilhelmi1-7/+25
2001-05-18Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi1-10/+5
2001-05-08Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi1-9/+19
2001-02-13Added functions g_static_rec_mutex_init, g_static_rec_mutex_free,Sebastian Wilhelmi1-9/+56
2000-09-06s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi1-6/+6
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi1-4/+4
2000-04-19Made the debugging G_TRYLOCK call also work for compilers with funntSebastian Wilhelmi1-0/+4
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi1-4/+18
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi1-0/+238