summaryrefslogtreecommitdiff
path: root/tests/threadpool-test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several signedness warnings in tests/threadpool-test.cEmmanuel Fleury2021-05-061-4/+4
* threadpool test: Don't leak the thread poolwip/test-leaksSimon McVittie2021-01-291-0/+1
* tests: Fix unused variable in the threadpool-testPhilip Withnall2019-10-301-1/+1
* threadpool-test: Fix leaks in testsStef Walter2013-11-111-0/+2
* Remove a bunch of lingering g_thread_init()Ryan Lortie2013-05-311-2/+0
* Fix more warning-addition falloutSimon McVittie2012-11-021-1/+1
* Improve threadpool test coverageMatthias Clasen2012-08-181-1/+5
* fix warningsDan Winship2012-04-301-5/+11
* Don't use g_thread_foreach in testsMatthias Clasen2011-10-021-27/+3
* Make threads mandatoryDan Winship2011-09-091-5/+0
* Spelling fixesMatthias Clasen2011-08-291-2/+2
* wait longer in threadpool test caseRyan Lortie2011-07-201-3/+10
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Grab thread_counter_pools LOCK when increasing leftover_task_counter.Sebastian Wilhelmi2008-01-291-75/+78
* Stop unused threads before the last test, to make the test terminateMatthias Clasen2007-05-031-1/+4
* (test_thread_stop_unused): Removed anMartyn James Russell2006-04-071-3/+0
* Make sure g_thread_pool_stop_unused_threads() actually stops unusedMartyn James Russell2006-04-071-10/+126
* Updated the documentation to explain that when the maximum threads is > 1Martyn James Russell2006-03-241-10/+35
* To avoid deadlocks get rid of the settings G_LOCK. Use theSebastian Wilhelmi2006-01-171-35/+39
* - Added new API g_thread_pool_get_idle_time() andMartyn James Russell2006-01-031-12/+97
* New function to sort tasks pushed into a threadpool. (#324479, MartynMatthias Clasen2005-12-211-23/+206
* Don't get stuck in here if immediate is TRUE. (#310954, Hong Jen Yee)Matthias Clasen2005-07-201-2/+5
* Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi2002-07-041-0/+3
* Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi2001-05-181-6/+3
* Moved determination of G_THREAD_FLAGS before G_THREAD_LIBS. Check forSebastian Wilhelmi2000-09-281-2/+2
* Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi2000-09-011-6/+6
* New File implementing an asynchronous queue to be used for asynchronousSebastian Wilhelmi2000-04-281-0/+57