summaryrefslogtreecommitdiff
path: root/lib/pthreadpool/tests_cmocka.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "pthreadpool: test cancelling and freeing pending pthreadpool_tevent j...Ralph Boehme2019-01-111-434/+0
* Revert "pthreadpool: add tests for pthreadpool_tevent_[current_job_]per_threa...Ralph Boehme2019-01-111-144/+0
* Revert "pthreadpool: test cancelling and freeing jobs of a wrapped pthreadpoo...Ralph Boehme2019-01-111-573/+0
* pthreadpool: test cancelling and freeing jobs of a wrapped pthreadpool_teventRalph Boehme2018-07-241-0/+573
* pthreadpool: add tests for pthreadpool_tevent_[current_job_]per_thread_cwd()Stefan Metzmacher2018-07-241-0/+144
* pthreadpool: test cancelling and freeing pending pthreadpool_tevent jobs/poolsRalph Boehme2018-07-241-0/+434
* pthreadpool: replace assert_return_code(ret, 0); with assert_int_equal(ret, 0);Stefan Metzmacher2018-07-241-3/+3
* pthreadpool: test pthreadpool_tevent_max_threads() returns the expected resultStefan Metzmacher2018-07-241-0/+10
* pthreadpool: expand test_create() to check unlimited, sync and one thread poolStefan Metzmacher2018-07-121-13/+70
* pthreadpool: use talloc_zero() in tests_cmocka.c setup_pthreadpool_tevent()Stefan Metzmacher2018-07-121-1/+1
* pthreadpool: explicitly use max_thread=unlimited for pthreadpool_tevent_init(...Stefan Metzmacher2018-07-121-1/+2
* pthreadpool: Fix deadlockVolker Lendecke2017-12-131-0/+3
* pthreadpool: Add test for pthread_create failureChristof Schmitt2017-12-081-0/+176