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