|
fastdo
0.6.16
|
条件变量属性 更多...
#include <threads.hpp>
Public 成员函数 | |
| ConditionAttr (bool isCreate=true) | |
| ~ConditionAttr () | |
| ConditionAttr (ConditionAttr &&other) | |
| ConditionAttr & | operator= (ConditionAttr &&other) |
| int | create () |
| 创建并初始化 更多... | |
| int | destroy () |
| 销毁 更多... | |
| operator bool () const | |
| 判断是否创建了attr 更多... | |
友元 | |
| class | Condition |
条件变量属性
在文件 threads.hpp 第 388 行定义.
|
explicit |
| winux::ConditionAttr::~ConditionAttr | ( | ) |
| winux::ConditionAttr::ConditionAttr | ( | ConditionAttr && | other | ) |
| ConditionAttr& winux::ConditionAttr::operator= | ( | ConditionAttr && | other | ) |
| int winux::ConditionAttr::create | ( | ) |
创建并初始化
| int winux::ConditionAttr::destroy | ( | ) |
销毁
| winux::ConditionAttr::operator bool | ( | ) | const |
判断是否创建了attr
|
friend |
在文件 threads.hpp 第 408 行定义.