|
fastdo
0.6.16
|
递归锁 更多...
#include <threads.hpp>


Public 成员函数 | |
| RecursiveMutex (bool isCreate=false) | |
| int | create () override |
| 创建并初始化 更多... | |
Public 成员函数 继承自 winux::Mutex | |
| Mutex (bool isCreate=false) | |
| ~Mutex () | |
| Mutex (Mutex &&other) | |
| Mutex & | operator= (Mutex &&other) |
| int | destroy () |
| 销毁 更多... | |
| bool | lock () |
| bool | tryLock () |
| bool | unlock () |
| MutexAttr & | attr () |
| 设置互斥量属性对象,下次create()时使用 更多... | |
Public 成员函数 继承自 winux::ILockObj | |
| virtual | ~ILockObj () |
递归锁
在文件 threads.hpp 第 379 行定义.
|
explicit |
|
overridevirtual |
创建并初始化
重载 winux::Mutex .