pthreadpool: make use of pthreadpool_stop() in pthreadpool_tevent_destructor()
[samba.git] / lib / pthreadpool /
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.