summaryrefslogtreecommitdiff
path: root/lib/pthreadpool/pthreadpool.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-23pthreadpool: Remove wrong comment.Christof Schmitt1-4/+0
2019-01-11Revert "pthreadpool: call unshare(CLONE_FS) if available"Ralph Boehme1-34/+0
2019-01-11Revert "pthreadpool: add pthreadpool_restart_check[_monitor_{fd,drain}]()"Ralph Boehme1-281/+0
2018-07-25pthreadpool: add a missing includeRalph Boehme1-0/+1
2018-07-24pthreadpool: add pthreadpool_restart_check[_monitor_{fd,drain}]()Stefan Metzmacher1-0/+281
2018-07-24pthreadpool: call unshare(CLONE_FS) if availableRalph Boehme1-0/+34
2018-07-24pthreadpool: make sure a pthreadpool is marked as stopped in child processesStefan Metzmacher1-0/+1
2018-07-12pthreadpool: split out a pthreadpool_stop() from pthreadpool_destroy()Stefan Metzmacher1-26/+90
2018-07-12pthreadpool: don't process further jobs when shutting downStefan Metzmacher1-3/+6
2018-07-12pthreadpool: add pthreadpool_cancel_job()Stefan Metzmacher1-0/+46
2018-07-12pthreadpool: add pthreadpool_max_threads() and pthreadpool_queued_jobs() helpersStefan Metzmacher1-0/+23
2018-07-12pthreadpool: fix helgrind error in pthreadpool_free()Stefan Metzmacher1-0/+5
2018-07-12pthreadpool: use strict sync processing only with max_threads=0Stefan Metzmacher1-5/+15
2018-07-12pthreadpool: consitently use unlock_res for pthread_mutex_unlock() in pthread...Stefan Metzmacher1-13/+13
2018-07-12pthreadpool: use unsigned for num_idle, num_threads and max_threadsStefan Metzmacher1-4/+4
2017-12-13pthreadpool: Add some assertsVolker Lendecke1-3/+7
2017-12-12pthreadpool: Simplify the logic in add_job a bitVolker Lendecke1-15/+21
2017-12-09pthreadpool: Fix starvation after forkVolker Lendecke1-18/+75
2017-12-08pthreadpool: Undo put_job when returning errorChristof Schmitt1-2/+26
2017-12-08pthreadpool: Move creating of thread to new functionChristof Schmitt1-34/+45
2017-08-31pthreadpool: Fix fork behaviourVolker Lendecke1-2/+65
2017-03-10lib/pthreadpool: fix a memory leakRalph Boehme1-1/+1
2017-02-09Move pthreadpool to top of the tree.Matthieu Patou1-0/+549