1 write to _joinEvent
System.Private.CoreLib (1)
src\System\Threading\Thread.CoreCLR.cs (1)
455
ManualResetEvent joinEvent = Interlocked.CompareExchange(ref
_joinEvent
, newEvent, null) ?? newEvent;