WakeConditionVariable 函式 (synchapi.h)
喚醒在指定的條件變數上等候的單一線程。
語法
void WakeConditionVariable(
[in, out] PCONDITION_VARIABLE ConditionVariable
);
參數
[in, out] ConditionVariable
條件變數的指標。
傳回值
無
備註
WakeAllConditionVariable 會喚醒所有等候中的線程,而 WakeConditionVariable 只會喚醒單一線程。 叫用一個線程類似於設定自動重設事件,而喚醒所有線程類似於啟動手動重設事件,但更可靠的 (請參閱 PulseEvent 以取得詳細數據) 。
範例
如需使用此函式的範例,請參閱 使用條件變數。
規格需求
最低支援的用戶端 | Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | synchapi.h (包含 Windows Server 2003、Windows Vista、Windows 7、Windows Server 2008 Windows Server 2008 R2) |
程式庫 | Kernel32.lib |
DLL | Kernel32.dll |