Class that represents an operator thread. More...
#include <SPL/Runtime/Operator/OperatorThread.h>
Public Member Functions |
|
uint32_t | getIndex () |
![]() |
|
Thread () | |
int | create (pthread_attr_t *attr=NULL, bool detached=false, void *args=NULL, bool waitStart=false, size_t stackSize=0, pthread_t *id=NULL) |
int | join (void *status=NULL) |
void | detach () |
void | kill (int sig=9) |
void | cancel () |
void | enableCancel (int type) |
void | disableCancel () |
Turn off cancel. More... |
|
virtual pthread_t | getPThreadId () const |
void | registerThread (const std::string &name) |
Class that represents an operator thread.
|
inline |
Get the index of this operator thread