summaryrefslogtreecommitdiff
path: root/tests/threadpool-test.c
AgeCommit message (Expand)Author
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin
2008-01-29Grab thread_counter_pools LOCK when increasing leftover_task_counter.Sebastian Wilhelmi
2007-05-03Stop unused threads before the last test, to make the test terminateMatthias Clasen
2006-04-07(test_thread_stop_unused): Removed anMartyn James Russell
2006-04-07Make sure g_thread_pool_stop_unused_threads() actually stops unusedMartyn James Russell
2006-03-24Updated the documentation to explain that when the maximum threads is > 1Martyn James Russell
2006-01-17To avoid deadlocks get rid of the settings G_LOCK. Use theSebastian Wilhelmi
2006-01-03- Added new API g_thread_pool_get_idle_time() andMartyn James Russell
2005-12-21New function to sort tasks pushed into a threadpool. (#324479, MartynMatthias Clasen
2005-07-20Don't get stuck in here if immediate is TRUE. (#310954, Hong Jen Yee)Matthias Clasen
2002-07-04Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi
2001-05-18Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi
2000-09-28Moved determination of G_THREAD_FLAGS before G_THREAD_LIBS. Check forSebastian Wilhelmi
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi
2000-04-28New File implementing an asynchronous queue to be used for asynchronousSebastian Wilhelmi