Function WaitForMultipleObjects
WaitForMultipleObjects and WaitForMultipleObjectsEx accept thread, event, mutex, semaphore, and timer handles. The maximum number of handles that can be passed to WaitForMultipleObjects is 16.
WaitForMultipleObjects is not real-time. It is provided primarily to support existing Win32 software relying on WaitForMultipleObjects. Real-time applications should avoid waiting for multiple events. Please see section Waiting for Several Events for details.
Win32 Thread Compatible API
Function WaitForSingleObject
Function QueryPerformanceCounter
|