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)
424thread._stopped!.Set();
System\Threading\Thread.NativeAot.Unix.cs (1)
17private SafeWaitHandle GetJoinHandle() => _stopped.SafeWaitHandle;