Marine Library  1.0
C++ library for Linux Networking Development
Public Member Functions | List of all members
CThread Class Reference

Public Member Functions

bool start (__ThreadProc proc, void *arg=NULL)
 
bool start (__ThreadProc proc, void *arg, const CThreadAttr &attr)
 
bool stop ()
 
bool join ()
 
void * retval () const
 
bool detach ()
 
bool signal (int sig) const
 
bool operator== (const __Myt &t) const
 
bool operator== (pthread_t t) const
 
bool operator!= (const __Myt &t) const
 
bool operator!= (pthread_t t) const
 
std::string toString () const
 

The documentation for this class was generated from the following file: