|
dl
|
线程 更多...
#include <dl_thread.h>
Public 成员函数 | |
| void | Start (std::function< void(void *)> func, void *user_data) |
| void | Clear () |
| void | Terminate () |
| int | GetState () |
| bool | IsWork () |
| bool | IsFinish () |
| ~Thread () | |
友元 | |
| class | ThreadManager |
线程
在文件 dl_thread.h 第 29 行定义.
| dl::Thread::~Thread | ( | ) |
|
inline |
在文件 dl_thread.h 第 45 行定义.
|
inline |
在文件 dl_thread.h 第 61 行定义.
|
inline |
在文件 dl_thread.h 第 63 行定义.
|
inline |
在文件 dl_thread.h 第 62 行定义.
|
inline |
在文件 dl_thread.h 第 33 行定义.
| void dl::Thread::Terminate | ( | ) |
|
friend |
在文件 dl_thread.h 第 31 行定义.