#include <thread.h>
Inheritance diagram for Athread::
Public Types | |
enum | { priorityIDLE, priorityLOW, priorityNORMAL, priorityHIGHT, prioritySPEED } |
Public Methods | |
ADLL | Athread () |
virtual ADLL | ~Athread () |
ADLL bool | start () |
ADLL bool | stop () |
ADLL bool | isRunning () |
ADLL void | sleep (int millis) |
ADLL void | setPriority (int level) |
ADLL int | getPriority () |
virtual void | run ()=0 |
Static Public Methods | |
int | getTickCount () |
Public Attributes | |
HANDLE | hThread |
int | priority |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in Atable. |
|
|
|
|
|
|
|
Reimplemented in Atable. |
|
|
|
|