[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / tests / threadpool-test.c
2013-11-11 Stef Walterthreadpool-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-08-18 Matthias ClasenImprove threadpool test coverage
2012-04-30 Dan Winshipfix warnings
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-03 Matthias ClasenDon't use g_thread_foreach in tests
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Dan WinshipMake threads mandatory
2011-08-29 Matthias ClasenSpelling fixes
2011-07-20 Ryan Lortiewait longer in threadpool test case
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'
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-01-29 Sebastian WilhelmiGrab thread_counter_pools LOCK when increasing leftover...
2007-05-03 Matthias ClasenStop unused threads before the last test, to make the...
2006-04-07 Martyn James Russell(test_thread_stop_unused): Removed an
2006-04-07 Martyn James RussellMake sure g_thread_pool_stop_unused_threads() actually...
2006-03-24 Martyn James RussellUpdated the documentation to explain that when the...
2006-01-17 Sebastian WilhelmiTo avoid deadlocks get rid of the settings G_LOCK....
2006-01-03 Martyn James Russell- Added new API g_thread_pool_get_idle_time() and
2005-12-21 Matthias ClasenNew function to sort tasks pushed into a threadpool...
2005-07-20 Matthias ClasenDon't get stuck in here if immediate is TRUE. (#310954...
2002-07-04 Sebastian WilhelmiAdded #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN...
2001-05-18 Sebastian WilhelmiRenamed g_thread_create to g_thread_create_full and...
2000-09-28 Sebastian WilhelmiMoved determination of G_THREAD_FLAGS before G_THREAD_L...
2000-09-01 Sebastian WilhelmiInclude gerror.h before it is used for some g_thread_...
2000-04-28 Sebastian WilhelmiNew File implementing an asynchronous queue to be used...