synchronism, Exclusion

 

Description

Mutex

Token, own by one or more process, work with CSingleLock

Critical Section

Token, own by one process, work with CSingleLock

Semaphore

Limited num of threads to access a shared resource

Event

SetEvent, ResetEvent, WaitForSingleObjects

posted on 2010-01-23 14:58  cutepig  阅读(241)  评论(0编辑  收藏  举报

导航