Inheritance diagram for Thread:
Public Member Functions | |
uint32 | __StartThread () |
virtual BOOL | Event (Element *id, int msg, int x, int y, int flgs) |
virtual BOOL | Event (Network *id, int msg, int x, int y, int flgs) |
virtual BOOL | Event (Thread *id, int msg, int x, int y, int flgs) |
void | SetLastErrorMsg (char *,...) |
char * | GetLastErrorMsg () |
void | SetLastError (uint32) |
uint32 | GetLastError () |
virtual uint32 | Main (int32) |
Public Attributes | |
uint32 | ThreadID |
uint32 | ThreadHandle |
Friends | |
class | SystemCode |
class | ThreadManager |
class | ExclusiveThread |
class | OpenSSL |
class | OpenSSLSession |
Definition at line 8 of file thread.hpp.