5 references to AvailableWaitHandle
mscorlib (2)
system\threading\SemaphoreSlim.cs (2)
121
/// A successful wait on the <see cref="
AvailableWaitHandle
"/> does not imply a successful wait on
123
/// count. <see cref="
AvailableWaitHandle
"/> exists to allow a thread to block waiting on multiple
System (3)
sys\system\collections\concurrent\BlockingCollection.cs (3)
1113
handlesList.Add(collections[i].m_freeNodes.
AvailableWaitHandle
);
1125
handlesList.Add(collections[i].m_occupiedNodes.
AvailableWaitHandle
);
1458
if (collections[i].m_occupiedNodes.
AvailableWaitHandle
== handles[index])