[libvirt] [PATCH v6 1/4] threadpool impl

Daniel P. Berrange berrange at redhat.com
Thu Dec 9 10:53:56 UTC 2010


On Wed, Dec 08, 2010 at 02:19:06PM +0800, Hu Tao wrote:
> * src/util/threadpool.c, src/util/threadpool.h: Thread pool
>   implementation
> * src/Makefile.am: Build thread pool
> * src/libvirt_private.syms: Export public functions
> ---
>  cfg.mk                   |    1 +
>  src/Makefile.am          |    1 +
>  src/libvirt_private.syms |    6 +
>  src/util/threadpool.c    |  231 ++++++++++++++++++++++++++++++++++++++++++++++
>  src/util/threadpool.h    |   48 ++++++++++
>  5 files changed, 287 insertions(+), 0 deletions(-)
>  create mode 100644 src/util/threadpool.c
>  create mode 100644 src/util/threadpool.h

ACK

Daniel




More information about the libvir-list mailing list