summaryrefslogtreecommitdiff
path: root/source3/lib/pthreadpool
AgeCommit message (Expand)AuthorFilesLines
2013-05-12pthreadpool: Fix CID 710828 Sizeof not portableVolker Lendecke1-1/+1
2012-11-22build: Do not install testing binariesAndrew Bartlett1-1/+2
2012-06-28s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.hVolker Lendecke1-1/+0
2012-06-19s3: Add a dummy implementation for the pthreadpool APIVolker Lendecke2-4/+183
2012-04-09s3: Fix the pthreadpool build on OS/XVolker Lendecke1-0/+1
2012-03-15s3: Update waf build to include missed dependancy on Lion.Ira Cooper1-1/+1
2012-01-19s3: Fix a typoVolker Lendecke1-1/+1
2011-12-22Change the signature of pthreadpool_finished_job() to return 0Jeremy Allison3-14/+18
2011-10-27replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider1-1/+1
2011-09-23build: Fix waf build on MacOS XAndrew Bartlett1-1/+2
2011-06-06s3-waf: Fix pthreadpool build which needs librt now.Andreas Schneider1-1/+1
2011-06-06s3/pthreadpool: replace bad portable gettimeofday by clock_gettimeBjörn Jacke1-4/+2
2011-04-27s3: Properly clean up in pthreadpool_init in case of failureVolker Lendecke1-0/+6
2011-04-27s3-waf: add pthreadpool support.Günther Deschner1-0/+11
2011-04-26s3: Allow unlimited parallelism in pthreadpoolVolker Lendecke2-9/+31
2011-04-25s3: pthreadpool_sig_fd->pthreadpool_signal_fdVolker Lendecke3-6/+6
2011-04-25s3: Tiny doc for pthreadpoolVolker Lendecke1-7/+59
2011-04-25s3: Many pthreadpool fixesVolker Lendecke4-0/+1005