Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ StartCore()

unsafe void System.Threading.Thread.StartCore ( )
inlineprivate

Definition at line 371 of file Thread.cs.

372 {
373 lock (this)
374 {
375 fixed (char* pThreadName = _name)
376 {
378 }
379 }
380 }
static unsafe void StartInternal(ThreadHandle t, int stackSize, int priority, char *pThreadName)
ThreadHandle GetNativeHandle()
Definition Thread.cs:361
StartHelper _startHelper
Definition Thread.cs:164

References System.Threading.Thread._name, System.Threading.Thread._priority, System.Threading.Thread._startHelper, System.Threading.Thread.GetNativeHandle(), and System.Threading.Thread.StartInternal().

Referenced by System.Threading.Thread.Start(), and System.Threading.Thread.Start().