pthreadpool: don't process further jobs when shutting down
[garming/samba-autobuild/.git] / lib / pthreadpool / pthreadpool.c
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_max_threads() and pthreadp...
2018-07-12 Stefan Metzmacherpthreadpool: fix helgrind error in pthreadpool_free()
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: use unsigned for num_idle, num_threads...
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: Fix starvation after fork
2017-12-08 Christof Schmittpthreadpool: Undo put_job when returning error
2017-12-08 Christof Schmittpthreadpool: Move creating of thread to new function
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.