NAME

RtlWakeConditionVariable  (NTDLL.@)

SYNOPSIS

 void RtlWakeConditionVariable
 (
  RTL_CONDITION_VARIABLE* variable
 )

DESCRIPTION

Wakes up one thread waiting on the condition variable.

PARAMS

variable [In/Out] condition variable to wake up.

RETURNS

Nothing.

NOTES

The calling thread does not have to own any lock in order to call this function.

IMPLEMENTATION

Declared in "winternl.h". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/sync.c". https://source.winehq.org/source/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 Mar 2024.