49 static void sleep(
const uint64_t milliseconds);
64 virtual void run() = 0;
78 #if defined(CPPTHREADS)
virtual void run()=0
Abstract run() method, should be implemented by subclassed class, will be called after spawn by start...
static void * pThreadRun(void *thread)
static int getHardwareThreadCount()
Thread(const string &name, size_t stackSize=2 *1024 *1024)
Public constructor.
void start()
Starts this objects thread.
void join()
Blocks caller thread until this thread has been terminated.
volatile bool stopRequested
virtual ~Thread()
Public destructor.
void stop()
Requests that this thread should be stopped.
static void sleep(const uint64_t milliseconds)
sleeps current thread for given time in milliseconds
bool isStopRequested()
Returns if stop has been requested.