#include <ThreadPool.h>
Collaboration diagram for vpr::OneThread:

Public Methods | |
| OneThread () | |
Public Attributes | |
| Thread * | thread |
| OneThread * | next |
| Handle of the thread process. More... | |
| BaseThreadFunctor * | functor |
| -> next vprOneThread ready to run. More... | |
| Semaphore | threadWait |
| -> function thread is to call. More... | |
Definition at line 57 of file ThreadPool.h.
|
|
Definition at line 60 of file ThreadPool.h. References functor, next, thread, and threadWait.
00060 : thread(NULL), next(NULL), functor(NULL), threadWait(0) 00061 { 00062 next = NULL; 00063 } |
|
|
Definition at line 66 of file ThreadPool.h. Referenced by OneThread. |
|
|
Handle of the thread process.
Definition at line 67 of file ThreadPool.h. Referenced by OneThread. |
|
|
-> next vprOneThread ready to run.
Definition at line 68 of file ThreadPool.h. Referenced by OneThread. |
|
|
-> function thread is to call.
Definition at line 69 of file ThreadPool.h. Referenced by OneThread. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002