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