동기화 - Interlocked 함수들
저장소/VC++동기화에 종종 사용되는 Interlocked 함수들.
생각보다 자주 사용되는데 모르면 못 쓰는거지 뭐 ㅋ
잘 보고 나중에 간략히 정리하도록 하자.
Interlocked Variable Access
http://msdn.microsoft.com/en-us/library/windows/desktop/ms684122(v=vs.85).aspx
Interlocked Operations (요건 닷넷 버전)
http://msdn.microsoft.com/en-us/library/sbhbke0y.aspx
'저장소 > VC++' 카테고리의 다른 글
GetQueuedCompletionStatus의 0 transferred bytes (2) (0) | 2012.11.16 |
---|---|
GetQueuedCompletionStatus의 0 transferred bytes (1) (0) | 2012.11.16 |
동기화 - Spin Lock (0) | 2012.11.09 |
WMI(Windows Management Instrumentation) C++ Sample (0) | 2012.11.09 |
Windows에서 openssl 빌드 방법2 (0) | 2012.11.05 |