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