3 references to Aborted
System.Private.CoreLib (3)
System\Threading\Thread.NativeAot.cs (3)
126
return ((ThreadState)_threadState & (ThreadState.Unstarted | ThreadState.Stopped | ThreadState.
Aborted
)) == 0;
132
return ((ThreadState)_threadState & (ThreadState.Stopped | ThreadState.
Aborted
)) != 0;
457
if ((thread._threadState & (int)(ThreadState.Stopped | ThreadState.
Aborted
)) == 0)