2 references to WaitNoSpin
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (1)
130
return
WaitNoSpin
(timeoutMs);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (1)
108
while (noSpin ? semaphore.
WaitNoSpin
(timeoutMs) : semaphore.Wait(timeoutMs))