WakeAllConditionVariable function
Applies to: desktop apps | Metro style apps
Wake all threads waiting on the specified condition variable.
Syntax
VOID WINAPI WakeAllConditionVariable( __inout PCONDITION_VARIABLE ConditionVariable );
Parameters
- ConditionVariable [in, out]
-
A pointer to the condition variable.
Return value
This function does not return a value.
Remarks
The WakeAllConditionVariable wakes all waiting threads while the WakeConditionVariable wakes only a single thread. Waking one thread is similar to setting an auto-reset event, while waking all threads is similar to pulsing a manual reset event but more reliable (see PulseEvent for details).
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012