#include <LOW_thread_runable.h>
Protected Member Functions | |
virtual int | run (LOW_thread_thread *inMyThread)=0 |
Method to be called when thread gets started. | |
Friends | |
void * | LOW_thread_thread::threadRunner (void *) |
Needed to grant access to the protected run() method. |
This class is thread-safe.
Definition at line 33 of file LOW_thread_runable.h.
|
Method to be called when thread gets started. The thread terminates when this method returns.
Referenced by LOW_thread_thread_POSIX::threadRunner(). |
|
Needed to grant access to the protected run() method. Gives LOW_thread_thread the permission to access the run() method. |