7 references to Semaphore
Microsoft.AspNetCore.Components.Tests (3)
RendererTest.cs (3)
2378
var semaphore = new
Semaphore
(0, 1);
2423
var semaphore = new
Semaphore
(0, 1);
2502
var semaphore = new
Semaphore
(0, 1);
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
238
InProcNodeOwningOperatingEnvironment = new
Semaphore
(1, 1);
System.Data.Odbc (2)
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
52
_poolSemaphore = new
Semaphore
(0, MAX_Q_SIZE);
54
_creationSemaphore = new
Semaphore
(1, 1);
System.Private.CoreLib (1)
src\System\Threading\LowLevelLifoSemaphore.Unix.cs (1)
21
_semaphore = new
Semaphore
(0, maximumSignalCount);