summaryrefslogtreecommitdiff
path: root/tests/thread-test.c
AgeCommit message (Expand)AuthorFilesLines
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