Revert "pthreadpool: reset monitor_fd after calling tevent_fd_set_auto_close()"
[samba.git] / lib / pthreadpool / pthreadpool_tevent.c
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 Stefan Metzmacherpthreadpool: implement pthreadpool_tevent_wrapper_creat...
2018-07-24 Stefan Metzmacherpthreadpool: add pthreadpool_tevent_[current_job_]per_t...
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-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: add pthreadpool_tevent_max_threads() and...
2018-07-12 Stefan Metzmacherpthreadpool: correctly handle pthreadpool_tevent_regist...
2017-11-17 Ralph Boehmepthreadpool: create a tevent_threaded_context per regis...
2017-02-09 Matthieu PatouMove pthreadpool to top of the tree.