summaryrefslogtreecommitdiff
path: root/lib/pthreadpool/tests_cmocka.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-17Add missing include needed for cmocka.hAndreas Schneider1-0/+1
2019-01-11Revert "pthreadpool: test cancelling and freeing pending pthreadpool_tevent j...Ralph Boehme1-434/+0
2019-01-11Revert "pthreadpool: add tests for pthreadpool_tevent_[current_job_]per_threa...Ralph Boehme1-144/+0
2019-01-11Revert "pthreadpool: test cancelling and freeing jobs of a wrapped pthreadpoo...Ralph Boehme1-573/+0
2018-07-24pthreadpool: test cancelling and freeing jobs of a wrapped pthreadpool_teventRalph Boehme1-0/+573
2018-07-24pthreadpool: add tests for pthreadpool_tevent_[current_job_]per_thread_cwd()Stefan Metzmacher1-0/+144
2018-07-24pthreadpool: test cancelling and freeing pending pthreadpool_tevent jobs/poolsRalph Boehme1-0/+434
2018-07-24pthreadpool: replace assert_return_code(ret, 0); with assert_int_equal(ret, 0);Stefan Metzmacher1-3/+3
2018-07-24pthreadpool: test pthreadpool_tevent_max_threads() returns the expected resultStefan Metzmacher1-0/+10
2018-07-12pthreadpool: expand test_create() to check unlimited, sync and one thread poolStefan Metzmacher1-13/+70
2018-07-12pthreadpool: use talloc_zero() in tests_cmocka.c setup_pthreadpool_tevent()Stefan Metzmacher1-1/+1
2018-07-12pthreadpool: explicitly use max_thread=unlimited for pthreadpool_tevent_init(...Stefan Metzmacher1-1/+2
2017-12-13pthreadpool: Fix deadlockVolker Lendecke1-0/+3
2017-12-08pthreadpool: Add test for pthread_create failureChristof Schmitt1-0/+176