2 writes to _stopped
System.Private.CoreLib (2)
System\Threading\Thread.NativeAot.Unix.cs (2)
31
_stopped
= new ManualResetEvent(false);
65
_stopped
= new ManualResetEvent(false);
2 references to _stopped
System.Private.CoreLib (2)
System\Threading\Thread.NativeAot.cs (1)
424
thread.
_stopped
!.Set();
System\Threading\Thread.NativeAot.Unix.cs (1)
17
private SafeWaitHandle GetJoinHandle() =>
_stopped
.SafeWaitHandle;