summaryrefslogtreecommitdiff
path: root/lib/pthreadpool
AgeCommit message (Expand)AuthorFilesLines
2017-12-13pthreadpool: Fix deadlockVolker Lendecke1-0/+3
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: Add a test for the race condition fixed in the last commitVolker Lendecke1-0/+82
2017-12-09pthreadpool: Fix starvation after forkVolker Lendecke1-18/+75
2017-12-08pthreadpool: Add test for pthread_create failureChristof Schmitt2-0/+183
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-11-17pthreadpool: create a tevent_threaded_context per registered event contextRalph Boehme1-17/+167
2017-09-05lib: Fix 1417431 Unchecked return value from libraryVolker Lendecke1-2/+10
2017-08-31pthreadpool: Test fork with an active threadVolker Lendecke1-0/+114
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 Patou10-0/+1564