Move pthreadpool to top of the tree.
authorMatthieu Patou <mat@matws.net>
Fri, 3 Feb 2017 23:13:49 +0000 (15:13 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 9 Feb 2017 19:04:12 +0000 (20:04 +0100)
commitdd25d75b96e9930e441663e5d8e95a84eeed5c62
tree8f2d52b1086fc6c853004adbffe5744f25573a27
parent3e2a36774f44cf711611fcd3cd3c2c66b9efd662
Move pthreadpool to top of the tree.

Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Jeremy Allison <jra@samba.org>
16 files changed:
lib/pthreadpool/Makefile [moved from source3/lib/pthreadpool/Makefile with 100% similarity]
lib/pthreadpool/pthreadpool.c [moved from source3/lib/pthreadpool/pthreadpool.c with 100% similarity]
lib/pthreadpool/pthreadpool.h [moved from source3/lib/pthreadpool/pthreadpool.h with 100% similarity]
lib/pthreadpool/pthreadpool_pipe.c [moved from source3/lib/pthreadpool/pthreadpool_pipe.c with 100% similarity]
lib/pthreadpool/pthreadpool_pipe.h [moved from source3/lib/pthreadpool/pthreadpool_pipe.h with 100% similarity]
lib/pthreadpool/pthreadpool_sync.c [moved from source3/lib/pthreadpool/pthreadpool_sync.c with 100% similarity]
lib/pthreadpool/pthreadpool_tevent.c [moved from source3/lib/pthreadpool/pthreadpool_tevent.c with 100% similarity]
lib/pthreadpool/pthreadpool_tevent.h [moved from source3/lib/pthreadpool/pthreadpool_tevent.h with 100% similarity]
lib/pthreadpool/tests.c [moved from source3/lib/pthreadpool/tests.c with 100% similarity]
lib/pthreadpool/wscript_build [moved from source3/lib/pthreadpool/wscript_build with 86% similarity]
source3/lib/fncall.c
source3/modules/vfs_aio_pthread.c
source3/torture/bench_pthreadpool.c
source3/wscript
wscript
wscript_build