Expand Minimize
This topic has not yet been rated - Rate this topic

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

SynchAPI.h (include Windows.h);
SynchAPI.h (include Windows.h)

Library

Synchronization.lib

DLL

Kernel32.dll

See also

WaitOnAddress

 

 

Send comments about this topic to Microsoft

Build date: 12/18/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.