WakeByAddressAll 函数 (synchapi.h)
唤醒正在等待地址值更改的所有线程。
语法
void WakeByAddressAll(
[in] PVOID Address
);
参数
[in] Address
要发出信号的地址。 如果任何线程以前为此地址调用了 WaitOnAddress ,系统将唤醒所有等待的线程。
返回值
无
备注
Microsoft Store 应用开发人员可能需要通过安装 Windows 软件开发工具包 (Windows SDK) (SDK) 来获取 synchronization.lib
。
只能唤醒同一进程中的线程。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2012 [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | synchapi.h (包括 Windows.h) |
Library | Synchronization.lib |
DLL | API-MS-Win-Core-Synch-l1-2-0.dll |