#include <Thread.h>
Inheritance diagram for Thread::

Public Methods | |
| Thread (Runnable *runnable) | |
| Thread (Runnable *runnable) | |
| ~Thread () | |
| int | start () |
| int | join () |
| int | getId () |
| Thread (Runnable *runnable) | |
| ~Thread () | |
| int | start () |
| int | join () |
| int | getId () |
Static Public Methods | |
| int | getSelfId () |
| void | sleep (long msec) |
| void | exit (int exitCode) |
| int | getSelfId () |
| void | sleep (long msec) |
| void | exit (int exitCode) |
Static Protected Methods | |
| DWORD WINAPI | entry (void *arg) |
| DWORD WINAPI | entry (void *arg) |
Protected Attributes | |
| DWORD | _tid |
| HANDLE | _handle |
| Runnable * | _runnable |
| Runnable * | _runnable |
|
|
Definition at line 11 of file Solaris/Thread.h. |
|
|
|
|
|
Definition at line 9 of file WinCE/Thread.cpp. References _handle. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 45 of file WinCE/Thread.cpp. References Runnable::run(). Referenced by start(). |
|
|
Reimplemented from PosixThread. |
|
|
Reimplemented from PosixThread. Definition at line 39 of file WinCE/Thread.cpp. |
|
|
Reimplemented from PosixThread. Definition at line 23 of file WinNT/Thread.h. |
|
|
Reimplemented from PosixThread. Definition at line 23 of file WinCE/Thread.h. |
|
|
Reimplemented from PosixThread. Definition at line 24 of file WinNT/Thread.h. |
|
|
Reimplemented from PosixThread. Definition at line 24 of file WinCE/Thread.h. |
|
|
Reimplemented from PosixThread. |
|
|
Reimplemented from PosixThread. Definition at line 24 of file WinCE/Thread.cpp. References _handle. |
|
|
Reimplemented from PosixThread. |
|
|
Reimplemented from PosixThread. Definition at line 33 of file WinCE/Thread.cpp. |
|
|
Reimplemented from PosixThread. |
|
|
Reimplemented from PosixThread. Definition at line 15 of file WinCE/Thread.cpp. |
|
|
Definition at line 12 of file WinNT/Thread.h. |
|
|
Reimplemented from PosixThread. Definition at line 13 of file WinNT/Thread.h. |
|
|
Reimplemented from PosixThread. Definition at line 13 of file WinCE/Thread.h. Referenced by start(). |
|
|
Reimplemented from PosixThread. Definition at line 11 of file WinNT/Thread.h. Referenced by start(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001