Description: This project will compile to a dynamically loaded library that can be used when
developing multi-threaded applications in C++. The pthreadcc library is based
on the existing pthread library available in most UNIX installations. The
library defines a series of classes that can be used to implement a range of
thread based tools as well as a class that represents an extra thread. This
class library was developed by Jason But at Monash University
To Search:
File list (Check if you may need any files):
pthreadcc\Makefile
.........\README
.........\src\condition.cpp
.........\...\mutualexclusion.cpp
.........\...\pthreadcc.h
.........\...\semaphore.cpp
.........\...\threadbase.cpp
.........\...\threadexception.cpp
.........\obj
.........\src
pthreadcc