#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. |
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001