Updated the documentation to explain that when the maximum threads is > 1
[platform/upstream/glib.git] / tests / threadpool-test.c
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...