Windows下C++的同步机制的演变

Windows with C++ - The Evolution of Synchronization in Windows and C++介绍了如下概念:
critical section
mutex
event
slim reader/writer lock
condition variable
C++11的mutex和condition_variable

posted on 2012-12-28 13:51  fresky  阅读(189)  评论(0)    收藏  举报

导航