summaryrefslogtreecommitdiff
path: root/tests/thread-test.c
AgeCommit message (Expand)Author
2013-11-10thread-test: Fix leaks in testsStef Walter
2013-05-31Remove a bunch of lingering g_thread_init()Ryan Lortie
2012-11-02Fix more warning-addition falloutSimon McVittie
2011-10-04Remove g_mutex_new()/g_cond_new() in testcasesRyan Lortie
2011-10-02locks: drop _INIT macrosRyan Lortie
2011-09-21Stop using GStaticMutex in two testcasesRyan Lortie
2011-09-09Make threads mandatoryDan Winship
2005-07-14Make the tests silent on success.Matthias Clasen
2003-11-18Use GUINT_TO_POINTER for g_thread_create data.Manish Singh
2003-07-08Support for one-time initialization functions. (#69668, SebastianMatthias Clasen
2002-07-04Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi
2002-02-15Do not assume, that after g_usleep(G_USEC_PER_SEC) the newly startedSebastian Wilhelmi
2001-05-18Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi
2001-05-08Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi
2001-02-13Added functions g_static_rec_mutex_init, g_static_rec_mutex_free,Sebastian Wilhelmi
2000-09-06s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi
2000-04-19Made the debugging G_TRYLOCK call also work for compilers with funntSebastian Wilhelmi
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi