Documentation
-
What's New in Synchronization - Win32 apps
Windows includes the following new programming elements for synchronization.
-
Coordinate multiple threads of execution. Synchronize access to resources using wait functions. Multiple processes can have handles to the same event, mutex, semaphore, or timer object, which can be used to accomplish interprocess synchronization.
-
Synchronization and Multiprocessor Issues - Win32 apps
Applications may encounter problems when run on multiprocessor systems due to assumptions they make which are valid only on single-processor systems.