Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asys: Allow multiple results to be received | Volker Lendecke | 2014-03-27 | 1 | -19/+30 |
| | | | | | | | | | | | This makes use of C99 dynamic arrays. In this performance-sensitive code, I would like to avoid malloc/free, and I think 15 years after the standard we might be able to use this feature. Alternatively, we could use the "results" memory area and store the jobids in the upper range, playing some cast-tricks. Should work as well. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | ||||
* | pthreadpool: Allow multiple jobs to be received | Volker Lendecke | 2014-03-27 | 1 | -3/+3 |
| | | | | | | | This can avoid syscalls when multiple jobs are finished simultaneously Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | ||||
* | s3-libasys: Add asys_fsync() implementation | Volker Lendecke | 2012-07-18 | 1 | -0/+43 |
| | | | | Signed-off-by: Jeremy Allison <jra@samba.org> | ||||
* | libasys | Volker Lendecke | 2012-07-18 | 1 | -0/+274 |
Signed-off-by: Jeremy Allison <jra@samba.org> |