summaryrefslogtreecommitdiff
path: root/glib/gthreadpool.c
Commit message (Expand)AuthorAgeFilesLines
* gthreadpool: set default max_unused_threads and max_idle_time valuesDan Winship2012-07-311-4/+5
* gasyncqueue: deprecate GTimeVal-based methods, add relative-delay onesDan Winship2012-02-131-12/+4
* Misc doc formatting fixesMatthias Clasen2011-10-151-2/+2
* Rename g_thread_try to g_thread_try_newRyan Lortie2011-10-151-1/+1
* g_thread_new: never failRyan Lortie2011-10-131-1/+1
* thread: nuke the concept of 'joinable'Ryan Lortie2011-10-131-6/+7
* Fix up some doc comments that referred to threads not being enabledDan Winship2011-10-051-1/+1
* Deprecate g_thread_init()Ryan Lortie2011-10-041-1/+0
* GMain, ThreadPool: embed GCond in structRyan Lortie2011-10-041-9/+5
* Add new thread creation APIMatthias Clasen2011-10-021-1/+1
* GAsyncQueue: Move private API to a private headerMatthias Clasen2011-10-011-10/+13
* GThreadPool: cosmetic cleanupsMatthias Clasen2011-10-011-390/+419
* Spelling fixesMatthias Clasen2011-08-291-2/+2
* glib: Rewrite gatomic.[ch]Ryan Lortie2011-05-281-1/+1
* Docs: Changed can not to cannot.Murray Cumming2011-03-241-1/+1
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* More include cleanupsMatthias Clasen2010-09-031-1/+6
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* GThreadPool: move docs from tmpl to .cRyan Lortie2010-02-011-0/+50
* make this a "const gpointer" rather than a gconstpointer to avoid warningsDan Winship2008-09-261-1/+1
* Don't use "wait" as parameter name. (#379207, Christian Biere)Matthias Clasen2006-12-171-5/+5
* Make sure g_thread_pool_stop_unused_threads() actually stops unusedMartyn James Russell2006-04-071-250/+284
* Updated the documentation to explain that when the maximum threads is > 1Martyn James Russell2006-03-241-0/+6
* Fix deadlock when signalling the thread which freed a thread poolSebastian Wilhelmi2006-02-151-3/+11
* To avoid deadlocks get rid of the settings G_LOCK. Use theSebastian Wilhelmi2006-01-171-176/+194
* Avoid use of varargs macro. (#325864, Kazuki IWAMOTO)Matthias Clasen2006-01-051-39/+41
* - Added new API g_thread_pool_get_idle_time() andMartyn James Russell2006-01-031-23/+151
* New function to sort tasks pushed into a threadpool. (#324479, MartynMatthias Clasen2005-12-211-9/+70
* Remove debugging spewMatthias Clasen2005-07-201-5/+0
* Don't get stuck in here if immediate is TRUE. (#310954, Hong Jen Yee)Matthias Clasen2005-07-201-2/+9
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-0/+3
* Unlock the pool for all threads leaving it. (#78348)glib-2-0-branchpointSebastian Wilhelmi2002-04-131-4/+5
* Documentation fixes.Matthias Clasen2001-12-121-12/+12
* Look for nanosleep function.Sebastian Wilhelmi2001-06-071-11/+3
* Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi2001-05-181-82/+21
* Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make itSebastian Wilhelmi2001-05-091-22/+22
* Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi2001-05-081-7/+9
* Until now every thread pool always had at least one tread waiting to avoidSebastian Wilhelmi2001-04-171-15/+53
* Added documentation.Sebastian Wilhelmi2001-04-031-31/+213
* Make max_unused_threads work for -1 as well.Sebastian Wilhelmi2001-02-261-1/+1
* Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi2000-11-211-1/+0
* Don't take threads with other priorities into account as changing theSebastian Wilhelmi2000-11-091-26/+3
* Several minor ANSI C fixes.Martin Baulig2000-09-291-1/+1
* Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi2000-09-011-16/+45
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* New File implementing an asynchronous queue to be used for asynchronousSebastian Wilhelmi2000-04-281-0/+520