1 write to s_allDone
System.Private.CoreLib (1)
System\Threading\Thread.NativeAot.cs (1)
494
Volatile.Write(ref
s_allDone
, new ManualResetEvent(false));
2 references to s_allDone
System.Private.CoreLib (2)
System\Threading\Thread.NativeAot.cs (2)
480
s_allDone
?.Set();
502
s_allDone
.WaitOne();