WakeByAddressSingle function
Wakes one thread that is waiting for the value of an address to change.
Syntax
VOID WINAPI WakeByAddressSingle( _In_ PVOID Address );
Parameters
- Address [in]
-
The address to signal. If another thread has previously called WaitOnAddress for this address, the system wakes the waiting thread. If multiple threads are waiting for this address, the system wakes the first thread to wait.
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: