Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the signature of pthreadpool_finished_job() to return 0 | Jeremy Allison | 2011-12-22 | 1 | -8/+10 |
| | | | | | | | | | 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 | ||||
* | s3: pthreadpool_sig_fd->pthreadpool_signal_fd | Volker Lendecke | 2011-04-25 | 1 | -2/+2 |
| | |||||
* | s3: Many pthreadpool fixes | Volker Lendecke | 2011-04-25 | 1 | -0/+362 |
In particular, this makes it fork-safe |