/

All Publications
Contact
Patents
Links
Author Blog

Twitter
Facebook
YouTube
Linkedin
Ello

Amazon
O'Reilly Media
Goodreads
iAuthor
KickStarter

Free Software
SourceForge
Github

vline
Publisher • Writer • Novelist • Photographer

Free Software :: libtpool 1.3
libtpool

(400 downloads)
A general purpose thread pool library built on top of pthreads. With it, you can launch one or more thread pools and have those threads run almost any function you choose. The number of threads can be dynamically increased. A hook is included to allow your functions to detect thread shutdown.
26 April 2013: libtpool-1.3.tar.gz

This release is also available at sourceforge.
1.0    First internal release
1.1 First public release
1.2 Some OS's like OSX require a condition to be initialized.
Added pthread_cond_init to tpool_init.c and pthread_cond_destroy
to tpool_shutdown.c.
The tpool_shutdown.c function did not destroy mutexes. Added that
support.
1.3 Ported to autoconf and libtool.
Added first of manual pages.
Added first of HTML documents.
Return to software