MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
shared_mutex.hpp 文件参考

MSTL共享互斥锁支持 更多...

#include "mutex.hpp"
shared_mutex.hpp 的引用(Include)关系图:

浏览该文件的源代码.

class  shared_mutex
 共享互斥锁类 更多...
class  shared_lock< SharedMutex >
 共享锁类模板 更多...

详细描述

MSTL共享互斥锁支持

此文件提供了共享互斥锁和共享锁的实现。

在文件 shared_mutex.hpp 中定义.