#include <thread.h>
Inheritance diagram for System::Thread:
Public Member Functions | |
virtual void * | tmain (void *args)=0 |
abstract method - main function | |
void | start (void *args) |
starts thread | |
void | wait4 () |
waits for thread end | |
Protected Attributes | |
pthread_t | id |
pthread handle |