mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:51:49 +00:00
[NTDLL] Initialize keyed event for condition variables
This commit is contained in:
parent
fed7ee70a6
commit
86f2d4cd4e
5 changed files with 15 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue