Revert "pthreadpool: maintain a global list of orphaned pthreadpool_tevent_jobs"
[samba.git] / lib / pthreadpool /
2019-01-11 Ralph BoehmeRevert "pthreadpool: maintain a global list of orphaned...
2019-01-11 Ralph BoehmeRevert "pthreadpool: add some lockless coordination...
2019-01-11 Ralph BoehmeRevert "pthreadpool: add helgrind magic to PTHREAD_TEVE...
2019-01-11 Ralph BoehmeRevert "pthreadpool: maintain a list of job_states...
2019-01-11 Ralph BoehmeRevert "pthreadpool: add a comment about a further...
2019-01-11 Ralph BoehmeRevert "pthreadpool: test cancelling and freeing pendin...
2019-01-11 Ralph BoehmeRevert "pthreadpool: add pthreadpool_tevent_[current_jo...
2019-01-11 Ralph BoehmeRevert "pthreadpool: add tests for pthreadpool_tevent_...
2019-01-11 Ralph BoehmeRevert "pthreadpool: call unshare(CLONE_FS) if available"
2019-01-11 Ralph BoehmeRevert "pthreadpool: add pthreadpool_restart_check...
2019-01-11 Ralph BoehmeRevert "pthreadpool: implement pthreadpool_tevent_wrapp...
2019-01-11 Ralph BoehmeRevert "pthreadpool: test cancelling and freeing jobs...
2019-01-11 Ralph BoehmeRevert "pthreadpool: we need to use pthreadpool_tevent_...
2019-01-11 Ralph BoehmeRevert "pthreadpool: ignore the return value of poll...
2019-01-11 Ralph BoehmeRevert "pthreadpool: reset monitor_fd after calling...
2018-07-31 Stefan Metzmacherpthreadpool: reset monitor_fd after calling tevent_fd_s...
2018-07-31 Stefan Metzmacherpthreadpool: ignore the return value of poll(NULL,...
2018-07-27 Stefan Metzmacherpthreadpool: we need to use pthreadpool_tevent_per_thre...
2018-07-25 Ralph Boehmepthreadpool: add a missing include
2018-07-24 Ralph Boehmepthreadpool: test cancelling and freeing jobs of a...
2018-07-24 Stefan Metzmacherpthreadpool: implement pthreadpool_tevent_wrapper_creat...
2018-07-24 Stefan Metzmacherpthreadpool: add pthreadpool_restart_check[_monitor_...
2018-07-24 Stefan Metzmacherpthreadpool: add tests for pthreadpool_tevent_[current_...
2018-07-24 Stefan Metzmacherpthreadpool: add pthreadpool_tevent_[current_job_]per_t...
2018-07-24 Ralph Boehmepthreadpool: call unshare(CLONE_FS) if available
2018-07-24 Ralph Boehmepthreadpool: test cancelling and freeing pending pthrea...
2018-07-24 Stefan Metzmacherpthreadpool: add a comment about a further optimization...
2018-07-24 Stefan Metzmacherpthreadpool: maintain a list of job_states on each...
2018-07-24 Stefan Metzmacherpthreadpool: add helgrind magic to PTHREAD_TEVENT_JOB_T...
2018-07-24 Stefan Metzmacherpthreadpool: add some lockless coordination between...
2018-07-24 Stefan Metzmacherpthreadpool: replace assert_return_code(ret, 0); with...
2018-07-24 Stefan Metzmacherpthreadpool: test pthreadpool_tevent_max_threads()...
2018-07-24 Stefan Metzmacherpthreadpool: make sure a pthreadpool is marked as stopp...
2018-07-12 Stefan Metzmacherpthreadpool: allocate glue->tctx on glue as memory...
2018-07-12 Stefan Metzmacherpthreadpool: maintain a global list of orphaned pthread...
2018-07-12 Stefan Metzmacherpthreadpool: make use of pthreadpool_stop() in pthreadp...
2018-07-12 Stefan Metzmacherpthreadpool: add pthreadpool_tevent_job_cancel()
2018-07-12 Stefan Metzmacherpthreadpool: split out pthreadpool_tevent_job from...
2018-07-12 Stefan Metzmacherpthreadpool: let pthreadpool_tevent_job_send() fail...
2018-07-12 Stefan Metzmacherpthreadpool: split out a pthreadpool_stop() from pthrea...
2018-07-12 Stefan Metzmacherpthreadpool: don't process further jobs when shutting...
2018-07-12 Stefan Metzmacherpthreadpool: add pthreadpool_cancel_job()
2018-07-12 Stefan Metzmacherpthreadpool: add pthreadpool_tevent_max_threads() and...
2018-07-12 Stefan Metzmacherpthreadpool: add pthreadpool_max_threads() and pthreadp...
2018-07-12 Stefan Metzmacherpthreadpool: expand test_create() to check unlimited...
2018-07-12 Stefan Metzmacherpthreadpool: fix helgrind error in pthreadpool_free()
2018-07-12 Stefan Metzmacherpthreadpool: use talloc_zero() in tests_cmocka.c setup_...
2018-07-12 Stefan Metzmacherpthreadpool: use strict sync processing only with max_t...
2018-07-12 Stefan Metzmacherpthreadpool: consitently use unlock_res for pthread_mut...
2018-07-12 Stefan Metzmacherpthreadpool: explicitly use max_thread=unlimited for...
2018-07-12 Stefan Metzmacherpthreadpool: use unsigned for num_idle, num_threads...
2018-07-12 Stefan Metzmacherpthreadpool: correctly handle pthreadpool_tevent_regist...
2017-12-13 Volker Lendeckepthreadpool: Fix deadlock
2017-12-12 Volker Lendeckepthreadpool: Add some asserts
2017-12-12 Volker Lendeckepthreadpool: Simplify the logic in add_job a bit
2017-12-09 Volker Lendeckepthreadpool: Add a test for the race condition fixed...
2017-12-09 Volker Lendeckepthreadpool: Fix starvation after fork
2017-12-08 Christof Schmittpthreadpool: Add test for pthread_create failure
2017-12-08 Christof Schmittpthreadpool: Undo put_job when returning error
2017-12-08 Christof Schmittpthreadpool: Move creating of thread to new function
2017-11-17 Ralph Boehmepthreadpool: create a tevent_threaded_context per regis...
2017-09-05 Volker Lendeckelib: Fix 1417431 Unchecked return value from library
2017-08-31 Volker Lendeckepthreadpool: Test fork with an active thread
2017-08-31 Volker Lendeckepthreadpool: Fix fork behaviour
2017-03-10 Ralph Boehmelib/pthreadpool: fix a memory leak
2017-02-09 Matthieu PatouMove pthreadpool to top of the tree.