RtlWakeConditionVariable (NTDLL.@)
void RtlWakeConditionVariable ( RTL_CONDITION_VARIABLE* variable )
Wakes up one thread waiting on the condition variable.
variable | [In/Out] | condition variable to wake up. |
Nothing.
The calling thread does not have to own any lock in order to call this function.
Declared in "include/winternl.h". gitlab.winehq.org/wine/wine/blob/master/include/winternl.h
Implemented in "dlls/ntdll/sync.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/sync.c
Debug channel "sync".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.