summaryrefslogtreecommitdiff
path: root/source3/lib/pthreadpool/pthreadpool_sync.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.hVolker Lendecke1-1/+0
Signed-off-by: Bjoern Jacke <bj@sernet.de> Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Thu Jun 28 16:43:13 CEST 2012 on sn-devel-104
2012-06-19s3: Add a dummy implementation for the pthreadpool APIVolker Lendecke1-0/+174
Signed-off-by: Jeremy Allison <jra@samba.org>