9#ifndef __LIBTPOOL_TPOOL_H
10#define __LIBTPOOL_TPOOL_H 1
This header file contains macros that are needed globally.
This contains all the elements of the thread pool.
Thread pool instance.
Definition: pool.h:19
This contains all the elements required by a task.
void tpool_finish(tpool_t *pool)
Finish the thread pool execution.
Definition: tpool.c:56
void tpool_new(tpool_t *pool, u_int8_t size)
Initialize a thread pool library.
Definition: tpool.c:18
This header file contains the various functionality of the queue-wrapper that the thread pool uses fo...
This contains all the utilities used through the library.