6 references to Semaphore
System (6)
net\System\Net\connectionpool.cs (6)
292
if (
Semaphore
.WaitOne(0, false)) {
343
if (
Semaphore
.WaitOne(0, false) ) { // != WaitTimeout
356
Semaphore
.ReleaseSemaphore();
368
if(
Semaphore
.WaitOne(0, false)) { // != WaitTimeout
383
Semaphore
.ReleaseSemaphore();
736
Semaphore
.ReleaseSemaphore();