MultiThreadModel
Table of Contents

概要

多线程模型。

规格

class MultiThreadModel
{
public:
    typedef RefCountMT RefCount;
    typedef CriticalSectionMT CriticalSection, CS;
    typedef AutoLock<CS> CSLock;
};

相关参考

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License