thread.h File Reference
#include "base/template.h"
#include "threadpool/threadpoolfactory.h"
Go to the source code of this file.
Typedef Documentation
Enumeration Type Documentation
thread states
- Enumerator:
-
| THREAD_CLOSE |
thread is not running at all |
| THREAD_STARTING |
thread is starting |
| THREAD_SLEEPING |
thread is running and sleeping for waikup |
| THREAD_RUNNING |
thread is running and doing job |
| THREAD_STOPPING |
thread is stopping |
Definition at line 96 of file thread.h.