2 writes to _hasOutstandingThreadRequest
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (1)
484
Interlocked.Exchange(ref _separated.
_hasOutstandingThreadRequest
, 1) == 0)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (1)
133
Interlocked.Exchange(ref threadPoolInstance._separated.
_hasOutstandingThreadRequest
, 0) != 0)
6 references to _hasOutstandingThreadRequest
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.Blocking.cs (1)
234
if (counts.NumProcessingWork >= numThreadsGoal && _separated.
_hasOutstandingThreadRequest
!= 0)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (2)
226
if (_separated.
_hasOutstandingThreadRequest
!= 0)
483
if (_separated.
_hasOutstandingThreadRequest
== 0 &&
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (2)
135
threadPoolInstance._separated.
_hasOutstandingThreadRequest
!= 0 &&
190
if (threadPoolInstance._separated.
_hasOutstandingThreadRequest
== 0 &&
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (1)
132
if (threadPoolInstance._separated.
_hasOutstandingThreadRequest
!= 0 &&