RtlpUnWaitCriticalSection (NTDLL.@)
NTSTATUS RtlpUnWaitCriticalSection ( RTL_CRITICAL_SECTION* crit )
Notifies other threads waiting on the busy critical section that it has become free.
crit | [In/Out] | Critical section. |
Success: STATUS_SUCCESS.
Failure: Any error returned by NtReleaseSemaphore.
Use RtlLeaveCriticalSection instead of this function as it is often much faster.
RtlInitializeCriticalSection, RtlInitializeCriticalSectionAndSpinCount, RtlDeleteCriticalSection, RtlEnterCriticalSection, RtlLeaveCriticalSection, RtlTryEnterCriticalSection
Defined in "winternl.h".
Implemented in "dlls/ntdll/critsection.c". source.winehq.org/source/dlls/ntdll/critsection.c
Debug channel "ntdll".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.