3 references to TryEnter_FastPath_WithTimeout
System.Private.CoreLib (3)
src\System\Threading\Monitor.CoreCLR.cs (3)
196
EnterHelperResult tryEnterResult =
TryEnter_FastPath_WithTimeout
(obj, 0);
213
EnterHelperResult tryEnterResult =
TryEnter_FastPath_WithTimeout
(obj, millisecondsTimeout);
257
EnterHelperResult tryEnterResult =
TryEnter_FastPath_WithTimeout
(obj, millisecondsTimeout);