互斥量属性
更多...
#include <threads.hpp>
互斥量属性
在文件 threads.hpp 第 310 行定义.
互斥锁类型
| 枚举值 |
|---|
| mtxNormal |
普通互斥锁
|
| mtxRecursive |
递归互斥锁
|
| mtxErrorCheck |
|
| mtxDefault |
|
在文件 threads.hpp 第 330 行定义.
| winux::MutexAttr::MutexAttr |
( |
bool |
isCreate = true | ) |
|
|
explicit |
| winux::MutexAttr::~MutexAttr |
( |
| ) |
|
| winux::MutexAttr::MutexAttr |
( |
MutexAttr && |
other | ) |
|
| int winux::MutexAttr::create |
( |
| ) |
|
| int winux::MutexAttr::destroy |
( |
| ) |
|
| winux::MutexAttr::operator bool |
( |
| ) |
const |
| int winux::MutexAttr::setType |
( |
MutexType |
type | ) |
|
| MutexType winux::MutexAttr::getType |
( |
| ) |
const |
该类的文档由以下文件生成: