summaryrefslogtreecommitdiff
path: root/source3/lib/fncall.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-22Change the signature of pthreadpool_finished_job() to return 0Jeremy Allison1-2/+1
on success, errno on fail and return the jobid in a separate variable. I need this fix for my vfs_aio_pthread.c module. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Dec 22 12:12:33 CET 2011 on sn-devel-104
2011-06-20Use tevent_req_oomVolker Lendecke1-1/+1
This fixes a few Coverity errors
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner1-0/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104
2011-04-25s3: pthreadpool_sig_fd->pthreadpool_signal_fdVolker Lendecke1-1/+1
2011-04-25s3: Many pthreadpool fixesVolker Lendecke1-1/+1
In particular, this makes it fork-safe
2009-05-01Add fncall_send/recvVolker Lendecke1-0/+365