summaryrefslogtreecommitdiff
path: root/src/util/virthreadpool.c
Commit message (Expand)AuthorAgeFilesLines
* virthreadpool: CleanupTim Wiederhake2022-02-111-38/+13
* virthreadpool: Use automatic memory managementTim Wiederhake2022-02-111-26/+13
* virthreadpool: Copy job nameJiri Denemark2021-12-011-2/+3
* virthreadpool: Allow setting identity for workersMichal Privoznik2021-10-271-0/+12
* virThreadPoolNewFull: Prevent expanding worker pool by zeroTim Wiederhake2021-07-191-2/+2
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-36/+32
* Do not check return value of VIR_EXPAND_NJiri Denemark2021-03-221-2/+1
* util: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-3/+3
* util: o-z: use g_new0Ján Tomko2020-10-061-6/+3
* util: add stop/drain functions to thread poolNikolay Shirokovskiy2020-09-071-5/+38
* util: always initialize priority conditionNikolay Shirokovskiy2020-09-071-15/+7
* src: improve thread naming with human targetted namesDaniel P. Berrangé2020-03-051-4/+10
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-4/+0
* virThreadPool: Prevent switching between zero and non-zero maxWorkersMarc Hartmayer2018-07-211-0/+8
* admin: Introduce virAdmServerSetThreadPoolParametersErik Skultety2016-04-181-3/+77
* util: Add more getters to threadpool parametersErik Skultety2016-04-181-0/+33
* util: Use a mutex when retrieving threadpool dataErik Skultety2016-04-181-3/+21
* util: Report system error when virThreadCreateFull failsErik Skultety2016-04-181-0/+1
* util: Refactor thread creation by introducing virThreadPoolExpandErik Skultety2016-04-181-65/+44
* threadpool: Switch to detached threadsJiri Denemark2015-05-211-14/+3
* virThreadPool: Set thread worker nameJiri Denemark2015-03-251-17/+27
* Remove unnecessary curly brackets in src/util/Martin Kletzander2014-11-141-2/+1
* Indent top-level labels by one space in src/util/Ján Tomko2014-03-251-3/+3
* Require spaces around equality comparisonsMartin Kletzander2014-03-181-1/+2
* virThreadPoolFree: Set n(Prio)Workers after the pool is lockedMichal Privoznik2013-12-051-2/+4
* virThreadPoolFree: Join worker threadsMichal Privoznik2013-12-041-0/+9
* Adapt to VIR_ALLOC and virAsprintf in src/util/*Michal Privoznik2013-07-101-16/+5
* virCondDestroy: Lose attribute RETURN_CHECKMichal Privoznik2013-02-081-3/+3
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename threads.{c,h} to virthread.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename threadpool.{c,h} to virthreadpool.{c,h}Daniel P. Berrange2012-12-211-0/+371