Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, Behdad
[platform/upstream/glib.git] / glib / gthreadpool.c
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-04-13 Sebastian WilhelmiUnlock the pool for all threads leaving it. (#78348) glib-2-0-branchpoint
2001-12-12 Matthias ClasenDocumentation fixes.
2001-06-07 Sebastian WilhelmiLook for nanosleep function.
2001-05-18 Sebastian WilhelmiRenamed g_thread_create to g_thread_create_full and...
2001-05-09 Sebastian WilhelmiRenamed 'value' and 'arg' to 'data' and 'thread_func...
2001-05-08 Sebastian WilhelmiMoved func and arg members from GRealThread to GThread...
2001-04-17 Sebastian WilhelmiUntil now every thread pool always had at least one...
2001-04-03 Sebastian WilhelmiAdded documentation.
2001-02-26 Sebastian WilhelmiMake max_unused_threads work for -1 as well.
2000-11-21 Sebastian WilhelmiAdd a surrogate for thread priorities using PID nicenes...
2000-11-09 Sebastian WilhelmiDon't take threads with other priorities into account...
2000-09-29 Martin BauligSeveral minor ANSI C fixes.
2000-09-01 Sebastian WilhelmiInclude gerror.h before it is used for some g_thread_...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-04-28 Sebastian WilhelmiNew File implementing an asynchronous queue to be used...