阅读背景:

仅使用关键部分的Win32读/写锁定

来源:互联网 

I have to implement a read/write lock in C++ using the Win32 api as part of a project at work. All of the existing solutions use kernel objects (semaphores and mutexes) that require a context switch during execution. This is far too slow for my application.I have to implement a read/write lock in C++ us




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: