2 references to Wait
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.Unix.cs (1)
29
return WaitSubsystem.
Wait
(_semaphore, timeoutMs, false, true) == WaitHandle.WaitSuccess;
src\libraries\System.Private.CoreLib\src\System\Threading\WaitSubsystem.Unix.cs (1)
358
return
Wait
(HandleManager.FromHandle(handle), timeoutMilliseconds, interruptible);