文件名称:多线程同步学习代码
文件大小:10.07MB
文件格式:RAR
更新时间:2021-04-15 14:26:14
多线程同步
多线程,Mutex,Event,CRITICAL_SECTION相关学习代码;参考https://blog.csdn.net/qwerdf10010/article/details/79652280博客内容 class CAutoLock { public: CAutoLock(); ~CAutoLock(); void Lock(); void UnLock(); private: CRITICAL_SECTION m_Section; };
【文件预览】:
Multithreading
----Debug()
--------Multithreading.ilk(383KB)
--------Mutex.exe(41KB)
--------CriticalSection.exe(41KB)
--------CriticalSection.ilk(391KB)
--------Multithreading.exe(40KB)
--------Mutex.pdb(1.6MB)
--------Multithreading.pdb(691KB)
--------CriticalSection.pdb(1.58MB)
--------Mutex.ilk(384KB)
----Multithreading.ncb(8.17MB)
----Multithreading()
--------Multithreading.cpp(2KB)
--------Debug()
--------Multithreading.vcproj.DELL.helloworld.user(1KB)
--------Multithreading.vcproj(4KB)
--------stdafx.h(233B)
--------ReadMe.txt(1KB)
--------stdafx.cpp(219B)
--------Multithreading.vcproj.EH81AFGPI9RDW25.myPC.user(1KB)
--------targetver.h(498B)
----CriticalSection()
--------CriticalSection.cpp(286B)
--------Debug()
--------CriticalSection.vcproj(5KB)
--------stdafx.h(251B)
--------CriticalSection.vcproj.DELL.helloworld.user(1KB)
--------ReadMe.txt(1KB)
--------CCriticalSection.cpp(2KB)
--------stdafx.cpp(220B)
--------CriticalSection.vcproj.EH81AFGPI9RDW25.myPC.user(1KB)
--------CAutoLock.h(198B)
--------CAutoLock.cpp(410B)
--------targetver.h(498B)
--------CCriticalSection.h(511B)
----Multithreading.sln(2KB)
----Mutex()
--------Mutex.cpp(234B)
--------Debug()
--------Mutex.vcproj.EH81AFGPI9RDW25.myPC.user(1KB)
--------stdafx.h(296B)
--------ReadMe.txt(1KB)
--------stdafx.cpp(210B)
--------CMutex.cpp(2KB)
--------Mutex.vcproj(5KB)
--------targetver.h(498B)
--------CMutex.h(410B)
----Multithreading.suo(22KB)