summaryrefslogtreecommitdiff
path: root/tests/thread-test.c
Commit message (Expand)AuthorAgeFilesLines
* Remove g_mutex_new()/g_cond_new() in testcasesRyan Lortie2011-10-041-8/+6
* locks: drop _INIT macrosRyan Lortie2011-10-021-1/+1
* Stop using GStaticMutex in two testcasesRyan Lortie2011-09-211-7/+7
* Make threads mandatoryDan Winship2011-09-091-4/+0
* Make the tests silent on success.Matthias Clasen2005-07-141-6/+0
* Use GUINT_TO_POINTER for g_thread_create data.Manish Singh2003-11-181-1/+1
* Support for one-time initialization functions. (#69668, SebastianMatthias Clasen2003-07-081-0/+79
* Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi2002-07-041-0/+3
* Do not assume, that after g_usleep(G_USEC_PER_SEC) the newly startedSebastian Wilhelmi2002-02-151-7/+25
* Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi2001-05-181-10/+5
* Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi2001-05-081-9/+19
* Added functions g_static_rec_mutex_init, g_static_rec_mutex_free,Sebastian Wilhelmi2001-02-131-9/+56
* s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi2000-09-061-6/+6
* Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi2000-09-011-4/+4
* Made the debugging G_TRYLOCK call also work for compilers with funntSebastian Wilhelmi2000-04-191-0/+4
* Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi2000-03-171-4/+18
* Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi1999-06-171-0/+238