summaryrefslogtreecommitdiff
path: root/gthreadpool.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor1-678/+0
2001-06-07Look for nanosleep function.Sebastian Wilhelmi1-11/+3
2001-05-18Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi1-82/+21
2001-05-09Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make itSebastian Wilhelmi1-22/+22
2001-05-08Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi1-7/+9
2001-04-17Until now every thread pool always had at least one tread waiting to avoidSebastian Wilhelmi1-15/+53
2001-04-03Added documentation.Sebastian Wilhelmi1-31/+213
2001-02-26Make max_unused_threads work for -1 as well.Sebastian Wilhelmi1-1/+1
2000-11-21Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi1-1/+0
2000-11-09Don't take threads with other priorities into account as changing theSebastian Wilhelmi1-26/+3
2000-09-29Several minor ANSI C fixes.Martin Baulig1-1/+1
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi1-16/+45
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-3/+3
2000-04-28New File implementing an asynchronous queue to be used for asynchronousSebastian Wilhelmi1-0/+520