Searched refs:RtlpTimeout (Results 1 – 2 of 2) sorted by relevance
25 LARGE_INTEGER RtlpTimeout; variable161 (RtlpTimeoutDisable ? NULL : &RtlpTimeout)); in RtlpWaitForCriticalSection()168 (RtlpTimeoutDisable ? NULL : &RtlpTimeout)); in RtlpWaitForCriticalSection()236 Status = NtReleaseKeyedEvent(NULL, CriticalSection, FALSE, &RtlpTimeout); in RtlpUnWaitCriticalSection()
57 extern LARGE_INTEGER RtlpTimeout;1848 RtlpTimeout = Peb->CriticalSectionTimeout; in LdrpInitializeProcess()1903 RtlpTimeout.QuadPart = Int32x32To64(LoadConfig->CriticalSectionDefaultTimeout, -10000); in LdrpInitializeProcess()1944 if (RtlpTimeout.QuadPart < Int32x32To64(3600, -10000000)) in LdrpInitializeProcess()