summaryrefslogtreecommitdiff
path: root/glib/gthreadpool.c
AgeCommit message (Expand)Author
2009-06-04Android specific changes.Jaikumar Ganesh
2008-09-26make this a "const gpointer" rather than a gconstpointer to avoid warningsDan Winship
2006-12-17Don't use "wait" as parameter name. (#379207, Christian Biere)Matthias Clasen
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-02-15Fix deadlock when signalling the thread which freed a thread poolSebastian Wilhelmi
2006-01-17To avoid deadlocks get rid of the settings G_LOCK. Use theSebastian Wilhelmi
2006-01-05Avoid use of varargs macro. (#325864, Kazuki IWAMOTO)Matthias Clasen
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-20Remove debugging spewMatthias Clasen
2005-07-20Don't get stuck in here if immediate is TRUE. (#310954, Hong Jen Yee)Matthias Clasen
2005-03-14Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen
2002-12-04Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor
2002-04-13Unlock the pool for all threads leaving it. (#78348)upstream/glib-2-0-branchpointSebastian Wilhelmi
2001-12-12Documentation fixes.Matthias Clasen
2001-06-07Look for nanosleep function.Sebastian Wilhelmi
2001-05-18Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi
2001-05-09Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make itSebastian Wilhelmi
2001-05-08Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi
2001-04-17Until now every thread pool always had at least one tread waiting to avoidSebastian Wilhelmi
2001-04-03Added documentation.Sebastian Wilhelmi
2001-02-26Make max_unused_threads work for -1 as well.Sebastian Wilhelmi
2000-11-21Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi
2000-11-09Don't take threads with other priorities into account as changing theSebastian Wilhelmi
2000-09-29Several minor ANSI C fixes.Martin Baulig
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-04-28New File implementing an asynchronous queue to be used for asynchronousSebastian Wilhelmi