summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_threads.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-19tevent: make use of TEVENT_DEBUG() when using TEVENT_DEBUG_TRACEStefan Metzmacher1-1/+1
2023-04-14lib:tevent: Fix code spellingAndreas Schneider1-2/+2
2018-07-17tevent: fix CID 1437976 dereference before null checkRalph Boehme1-1/+3
2018-07-11tevent: add tevent_context_wrapper_create() infrastructureStefan Metzmacher1-13/+29
2018-07-11tevent: make use of #include "system/threads.h"Stefan Metzmacher1-2/+2
2018-07-11tevent: split out tevent_common_invoke_immediate_handler()Stefan Metzmacher1-0/+6
2018-07-11tevent: add tevent_threaded_schedule_immediate_destructor that just abortsStefan Metzmacher1-0/+16
2018-07-11tevent: use _tevent_schedule_immediate() to move events from a thread to the ...Stefan Metzmacher1-1/+13
2018-07-11tevent: use struct initializers for tevent_immediateStefan Metzmacher1-7/+9
2017-11-17lib: tevent: Minor cleanup. wakeup_fd can always be gotten from the event con...Jeremy Allison1-3/+1
2017-11-11tevent: Fix a race conditionVolker Lendecke1-2/+4
2017-06-16tevent_threads: Fix a rundown race introduced with 1828011317bVolker Lendecke1-0/+17
2017-06-09tevent: Fix a race condition in tevent context rundownVolker Lendecke1-5/+9
2016-10-05tevent: Make talloc_free safe when threaded_contexts existVolker Lendecke1-2/+36
2016-08-24tevent: Add threaded immediate activationVolker Lendecke1-0/+119
2016-08-24tevent: Fix a typoVolker Lendecke1-1/+1
2016-05-13tevent:threads: fix -O3 error unused result of writeMichael Adam1-1/+4
2015-11-05lib: tevent: Initial checkin of threaded tevent context calling code.Jeremy Allison1-0/+370