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

◆ ThreadPoolWorkerThreadStart()

void System.Diagnostics.Tracing.NativeRuntimeEventSource.ThreadPoolWorkerThreadStart ( uint ActiveWorkerThreadCount,
uint RetiredWorkerThreadCount = 0u,
ushort ClrInstanceID = 0 )
inline

Definition at line 214 of file NativeRuntimeEventSource.cs.

215 {
216 if (IsEnabled(EventLevel.Informational, (EventKeywords)65536L))
217 {
218 LogThreadPoolWorkerThreadStart(ActiveWorkerThreadCount, RetiredWorkerThreadCount, ClrInstanceID);
219 }
220 }
static void LogThreadPoolWorkerThreadStart(uint ActiveWorkerThreadCount, uint RetiredWorkerThreadCount, ushort ClrInstanceID)

References System.Diagnostics.Tracing.EventSource.IsEnabled(), System.L, and System.Diagnostics.Tracing.NativeRuntimeEventSource.LogThreadPoolWorkerThreadStart().