[NTDLL] Initialize keyed event for condition variables

This commit is contained in:
Timo Kreuzer 2023-08-12 19:33:46 +03:00
parent fed7ee70a6
commit 86f2d4cd4e
5 changed files with 15 additions and 1 deletions

View file

@ -456,6 +456,7 @@ InternalSleep(IN OUT PRTL_CONDITION_VARIABLE ConditionVariable,
}
VOID
NTAPI
RtlpInitializeKeyedEvent(VOID)
{
ASSERT(CondVarKeyedEventHandle == NULL);
@ -463,6 +464,7 @@ RtlpInitializeKeyedEvent(VOID)
}
VOID
NTAPI
RtlpCloseKeyedEvent(VOID)
{
ASSERT(CondVarKeyedEventHandle != NULL);