WIP: add pthreadpool and fncall_send to tevent
authorRalph Boehme <slow@samba.org>
Wed, 23 Sep 2015 05:39:03 +0000 (07:39 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 May 2018 07:51:49 +0000 (09:51 +0200)
commit0b8a1c68475d0d0d0de8d8c4db6f7c2991895923
treed2f64239a24c4f8c168007e76b5e5a9ae040f6db
parent7f60ce4f1a4f50b159a2621b8000d4f17a738383
WIP: add pthreadpool and fncall_send to tevent

The idea is to use a pair of tevent_threadpool_send() and
tevent_threadpool_recv() to run a thread-safe function in a worker
thread.

Signed-off-by: Ralph Boehme <slow@samba.org>
lib/tevent/tevent.h
lib/tevent/tevent_internal.h
lib/tevent/tevent_threadpool.c [new file with mode: 0644]
lib/tevent/tevent_threads.c
lib/tevent/wscript