2 references to JoinInternal
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
263return JoinInternal(millisecondsTimeout);
System\Threading\Thread.NativeAot.cs (1)
379while (GetThreadStateBit(ThreadState.Unstarted) && !JoinInternal(0))