#include <MNThread.h>
Inheritance diagram for MNThread:
Public Member Functions | |
MNThread (const char *name, bool detach=false) | |
MNThread (bool detach=false) | |
virtual | ~MNThread () |
int | start () |
void | join () |
void | exit () |
const MNString & | threadName () const |
mnthread_t | id () const |
bool | operator== (mnthread_t t) |
bool | operator!= (mnthread_t t) |
virtual void | run ()=0 |
Static Public Member Functions | |
mnthread_t | current () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented in MNSigMgr, NeighThread< T >, ActiveSelector, SH::ConcatinizerSH, RtspPlayer, and NeighThread< MpegDemuxVideoPlayPipe >.
|
|
|
|
|