|
libtpool 1.0.0
Thread Pool in C
|
| ▼ include | |
| global.h | This header file contains macros that are needed globally |
| pool.h | This contains all the elements of the thread pool |
| task.h | This contains all the elements required by a task |
| tpool.h | This is the entry header for the library |
| tqueue.h | This header file contains the various functionality of the queue-wrapper that the thread pool uses for queueing up waiting tasks and well as choosing a task for execution |
| util.h | This contains all the utilities used through the library |