FORCEINLINE VOID RtlExitUserThread_R()

in phnt/include/ntrtl.h [2997:3002]


FORCEINLINE VOID RtlExitUserThread_R(
    _In_ NTSTATUS ExitStatus
    )
{
    ExitThread(ExitStatus);
}