1 reference to StartInternal
System.Private.CoreLib (1)
src\System\Threading\Thread.CoreCLR.cs (1)
102
if (
StartInternal
(GetNativeHandle(), _startHelper?._maxStackSize ?? 0, _priority, _isThreadPool ? Interop.BOOL.TRUE : Interop.BOOL.FALSE, pThreadName, ObjectHandleOnStack.Create(ref exception)) == Interop.BOOL.FALSE)