fastdo  0.6.8
winux::RecursiveMutex类 参考

递归锁 更多...

#include <threads.hpp>

类 winux::RecursiveMutex 继承关系图:
winux::RecursiveMutex 的协作图:

Public 成员函数

 RecursiveMutex (bool isCreate=false)
 
int create () override
 创建并初始化 更多...
 
- Public 成员函数 继承自 winux::Mutex
 Mutex (bool isCreate=false)
 
 ~Mutex ()
 
 Mutex (Mutex &&other)
 
Mutexoperator= (Mutex &&other)
 
int destroy ()
 销毁 更多...
 
bool lock ()
 
bool tryLock ()
 
bool unlock ()
 
MutexAttrattr ()
 设置互斥量属性对象,下次create()时使用 更多...
 
- Public 成员函数 继承自 winux::ILockObj
virtual ~ILockObj ()
 

详细描述

递归锁

在文件 threads.hpp302 行定义.

构造及析构函数说明

winux::RecursiveMutex::RecursiveMutex ( bool  isCreate = false)
explicit

成员函数说明

int winux::RecursiveMutex::create ( )
overridevirtual

创建并初始化

重载 winux::Mutex .


该类的文档由以下文件生成: