summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_threads.c
Commit message (Expand)AuthorAgeFilesLines
* tevent: fix CID 1437976 dereference before null checkRalph Boehme2018-07-171-1/+3
* tevent: add tevent_context_wrapper_create() infrastructureStefan Metzmacher2018-07-111-13/+29
* tevent: make use of #include "system/threads.h"Stefan Metzmacher2018-07-111-2/+2
* tevent: split out tevent_common_invoke_immediate_handler()Stefan Metzmacher2018-07-111-0/+6
* tevent: add tevent_threaded_schedule_immediate_destructor that just abortsStefan Metzmacher2018-07-111-0/+16
* tevent: use _tevent_schedule_immediate() to move events from a thread to the ...Stefan Metzmacher2018-07-111-1/+13
* tevent: use struct initializers for tevent_immediateStefan Metzmacher2018-07-111-7/+9
* lib: tevent: Minor cleanup. wakeup_fd can always be gotten from the event con...Jeremy Allison2017-11-171-3/+1
* tevent: Fix a race conditionVolker Lendecke2017-11-111-2/+4
* tevent_threads: Fix a rundown race introduced with 1828011317bVolker Lendecke2017-06-161-0/+17
* tevent: Fix a race condition in tevent context rundownVolker Lendecke2017-06-091-5/+9
* tevent: Make talloc_free safe when threaded_contexts existVolker Lendecke2016-10-051-2/+36
* tevent: Add threaded immediate activationVolker Lendecke2016-08-241-0/+119
* tevent: Fix a typoVolker Lendecke2016-08-241-1/+1
* tevent:threads: fix -O3 error unused result of writeMichael Adam2016-05-131-1/+4
* lib: tevent: Initial checkin of threaded tevent context calling code.Jeremy Allison2015-11-051-0/+370