WakeByAddressAll function
Wakes all threads that are waiting for the value of an address to change.
Syntax
VOID WINAPI WakeByAddressAll( _In_ PVOID Address );
Parameters
- Address [in]
-
The address to signal. If any threads have previously called WaitOnAddress for this address, the system wakes all of the waiting threads.
Return value
This function does not return a value.
Remarks
Windows Store apps developers may need to obtain synchronization.lib by installing the Windows Software Development Kit (SDK) for Windows 8.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: