[kdbus] Add SipHash algorithm
[platform/upstream/glib.git] / tests / thread-test.c
2013-11-10 Stef Walterthread-test: Fix leaks in tests
2013-06-01 Ryan LortieRemove a bunch of lingering g_thread_init()
2012-11-02 Simon McVittieFix more warning-addition fallout
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-04 Ryan LortieRemove g_mutex_new()/g_cond_new() in testcases
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-09-21 Ryan LortieStop using GStaticMutex in two testcases
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Dan WinshipMake threads mandatory
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2005-07-14 Matthias ClasenMake the tests silent on success.
2003-11-18 Manish SinghUse GUINT_TO_POINTER for g_thread_create data.
2003-07-08 Matthias ClasenSupport for one-time initialization functions. (#69668...
2002-07-04 Sebastian WilhelmiAdded #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN...
2002-02-15 Sebastian WilhelmiDo not assume, that after g_usleep(G_USEC_PER_SEC)...
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...