summaryrefslogtreecommitdiff
path: root/glib/gthreadpool.c
Commit message (Expand)AuthorAgeFilesLines
* gthreadpool: Document that g_thread_pool_new() will spawn a threadPhilip Withnall2023-04-281-3/+7
* gthreadpool: Clarify that item_free_func is not normally calledPhilip Withnall2023-04-271-0/+3
* GThreadPool: Always use the thread-spawning thread for the global shared thre...Sebastian Dröge2023-01-171-50/+32
* gthreadpool: Mark an explicit leak as to be ignoredPhilip Withnall2022-11-221-1/+5
* gthreadpool: Update unused_threads while we still own the pool lockMarco Trevisan (Treviño)2022-07-111-5/+5
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gthreadpool: Remove a dummy item from the queue before freeingPhilip Withnall2021-08-191-0/+5
* GThreadPool: Add g_thread_pool_new_full()nitinosiris2021-07-021-1/+33
* gthreadpool: Mention g_get_num_processors() in the thread pool docsPhilip Withnall2020-07-271-0/+4
* gthreadpool: Fix some typos in the docs for g_thread_pool_free()Philip Withnall2020-06-171-2/+2
* Fix initialization logic of GThreadPool if the first created pool is an exclu...Sebastian Dröge2020-01-251-34/+33
* Add runtime checks and a fallback if we can't get the thread scheduler settingsSebastian Dröge2020-01-191-25/+28
* GThreadPool - Don't inherit thread priorities when creating new threadsSebastian Dröge2020-01-151-1/+117
* gatomic: Add various casts to use of g_atomic_*()s to fix warningsPhilip Withnall2019-09-211-5/+5
* Fixing signedness in glib/gthreadpool.cEmmanuel Fleury2019-03-171-8/+8
* gthreadpool: Include prgname in thread nameVincent Whitchurch2018-10-101-1/+7
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* GThreadPool: Add some queue manipulation apiMatthias Clasen2015-06-291-0/+30
* Fix typoMichael Catanzaro2014-10-051-1/+1
* GThreadPool: expand g_thread_pool_new docsPaolo Borelli2014-09-081-1/+6
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-9/+9
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gthreadpool: Don't pass bad data to GThreadPool sorterStef Walter2013-11-111-1/+7
* 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