summaryrefslogtreecommitdiff
path: root/lib/pthreadpool
Commit message (Expand)AuthorAgeFilesLines
...
* pthreadpool: add pthreadpool_max_threads() and pthreadpool_queued_jobs() helpersStefan Metzmacher2018-07-123-0/+54
* pthreadpool: expand test_create() to check unlimited, sync and one thread poolStefan Metzmacher2018-07-121-13/+70
* pthreadpool: fix helgrind error in pthreadpool_free()Stefan Metzmacher2018-07-121-0/+5
* pthreadpool: use talloc_zero() in tests_cmocka.c setup_pthreadpool_tevent()Stefan Metzmacher2018-07-121-1/+1
* pthreadpool: use strict sync processing only with max_threads=0Stefan Metzmacher2018-07-121-5/+15
* pthreadpool: consitently use unlock_res for pthread_mutex_unlock() in pthread...Stefan Metzmacher2018-07-121-13/+13
* pthreadpool: explicitly use max_thread=unlimited for pthreadpool_tevent_init(...Stefan Metzmacher2018-07-122-2/+4
* pthreadpool: use unsigned for num_idle, num_threads and max_threadsStefan Metzmacher2018-07-121-4/+4
* pthreadpool: correctly handle pthreadpool_tevent_register_ev() failuresStefan Metzmacher2018-07-121-2/+1
* pthreadpool: Fix deadlockVolker Lendecke2017-12-131-0/+3
* pthreadpool: Add some assertsVolker Lendecke2017-12-131-3/+7
* pthreadpool: Simplify the logic in add_job a bitVolker Lendecke2017-12-121-15/+21
* pthreadpool: Add a test for the race condition fixed in the last commitVolker Lendecke2017-12-091-0/+82
* pthreadpool: Fix starvation after forkVolker Lendecke2017-12-091-18/+75
* pthreadpool: Add test for pthread_create failureChristof Schmitt2017-12-082-0/+183
* pthreadpool: Undo put_job when returning errorChristof Schmitt2017-12-081-2/+26
* pthreadpool: Move creating of thread to new functionChristof Schmitt2017-12-081-34/+45
* pthreadpool: create a tevent_threaded_context per registered event contextRalph Boehme2017-11-171-17/+167
* lib: Fix 1417431 Unchecked return value from libraryVolker Lendecke2017-09-051-2/+10
* pthreadpool: Test fork with an active threadVolker Lendecke2017-08-311-0/+114
* pthreadpool: Fix fork behaviourVolker Lendecke2017-08-311-2/+65
* lib/pthreadpool: fix a memory leakRalph Boehme2017-03-101-1/+1
* Move pthreadpool to top of the tree.Matthieu Patou2017-02-0910-0/+1564