Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WaitCore() [2/2]

unsafe bool System.Threading.LowLevelMonitor.WaitCore ( int timeoutMilliseconds)
inlineprivate

Definition at line 74 of file LowLevelMonitor.cs.

75 {
77 }
static unsafe bool SleepConditionVariableCS(CONDITION_VARIABLE *ConditionVariable, CRITICAL_SECTION *CriticalSection, int dwMilliseconds)
Interop.Kernel32.CONDITION_VARIABLE _conditionVariable
Interop.Kernel32.CRITICAL_SECTION _criticalSection

References System.Threading.LowLevelMonitor.Monitor._conditionVariable, System.Threading.LowLevelMonitor.Monitor._criticalSection, System.Threading.LowLevelMonitor._pMonitor, and Interop.Kernel32.SleepConditionVariableCS().