Skip to content

Latest commit

 

History

History
75 lines (63 loc) · 2.07 KB

nf-synchapi-wakebyaddressall.md

File metadata and controls

75 lines (63 loc) · 2.07 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:synchapi.WakeByAddressAll
WakeByAddressAll function (synchapi.h)
Wakes all threads that are waiting for the value of an address to change.
WakeByAddressAll
WakeByAddressAll function
base.wakebyaddressall
synchapi/WakeByAddressAll
base\wakebyaddressall.htm
base
2d538cea-06cb-4973-8677-27ebcde0aa6f
02/05/2024
WakeByAddressAll, WakeByAddressAll function, base.wakebyaddressall, synchapi/WakeByAddressAll
synchapi.h
Windows.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Synchronization.lib
API-MS-Win-Core-Synch-l1-2-0.dll
Windows
19H1
WakeByAddressAll
synchapi/WakeByAddressAll
c++
APIRef
kbSyntax
DllExport
Kernel32.dll
API-MS-Win-Core-Synch-l1-2-0.dll
KernelBase.dll
API-MS-Win-Core-Synch-l1-2-1.dll
MinKernelBase.dll
vertdll.dll
WakeByAddressAll

WakeByAddressAll function

-description

Wakes all threads that are waiting for the value of an address to change.

-parameters

-param Address [in]

The address to signal. If any threads have previously called WaitOnAddress for this address, the system wakes all of the waiting threads.

-remarks

Microsoft Store app developers may need to obtain synchronization.lib by installing the Windows Software Development Kit (SDK).

Only threads within the same process can be woken.

-see-also

WaitOnAddress

Vertdll APIs available in VBS enclaves