|
Marine Library
1.0
C++ library for Linux Networking Development
|
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 |
1.8.11