summaryrefslogtreecommitdiffstats
path: root/source3/lib/pthreadpool/pthreadpool.c
Commit message (Expand)AuthorAgeFilesLines
* pthreadpool: Slightly serialize jobsVolker Lendecke2014-08-231-1/+1
* pthreadpool: Allow multiple jobs to be receivedVolker Lendecke2014-03-271-9/+10
* pthreadpool: Avoid a malloc/free per jobVolker Lendecke2014-03-271-54/+91
* pthreadpool: Fix pthreadpools with forkVolker Lendecke2014-03-031-15/+6
* pthreadpool: Fix a comment, "quit"->"shutdown"Volker Lendecke2014-01-281-2/+2
* pthreadpool: Fix CID 710828 Sizeof not portableVolker Lendecke2013-05-121-1/+1
* s3: Fix the pthreadpool build on OS/XVolker Lendecke2012-04-091-0/+1
* Change the signature of pthreadpool_finished_job() to return 0Jeremy Allison2011-12-221-4/+5
* replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2011-10-271-1/+1
* build: Fix waf build on MacOS XAndrew Bartlett2011-09-231-1/+2
* s3/pthreadpool: replace bad portable gettimeofday by clock_gettimeBjörn Jacke2011-06-061-4/+2
* s3: Properly clean up in pthreadpool_init in case of failureVolker Lendecke2011-04-271-0/+6
* s3: Allow unlimited parallelism in pthreadpoolVolker Lendecke2011-04-261-9/+28
* s3: pthreadpool_sig_fd->pthreadpool_signal_fdVolker Lendecke2011-04-251-1/+1
* s3: Many pthreadpool fixesVolker Lendecke2011-04-251-0/+592