4 references to Wait
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitSubsystem.Unix.cs (4)
192
bool acquiredLock = waitableObject.
Wait
(waitInfo, timeoutMilliseconds: 0, interruptible: false) == 0;
369
return waitableObject.
Wait
(Thread.CurrentThread.WaitInfo, timeoutMilliseconds, interruptible);
387
return namedMutex.
Wait
(waitInfo, timeoutMilliseconds, interruptible: true);
441
waitableObject.
Wait
(waitInfo, timeoutMilliseconds, interruptible: true);