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

◆ SetThreadPoolWorkerThreadName()

void System.Threading.Thread.SetThreadPoolWorkerThreadName ( )
inlinepackage

Definition at line 667 of file Thread.cs.

668 {
669 lock (this)
670 {
671 _name = ".NET ThreadPool Worker";
672 ThreadNameChanged(".NET ThreadPool Worker");
673 }
674 }
void ThreadNameChanged(string value)
Definition Thread.cs:652

References System.Threading.Thread._name, and System.Threading.Thread.ThreadNameChanged().

Referenced by System.Threading.Thread.ResetThreadPoolThreadSlow().