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

◆ ThreadPoolWorkerThreadStop()

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

Definition at line 223 of file NativeRuntimeEventSource.cs.

224 {
225 if (IsEnabled(EventLevel.Informational, (EventKeywords)65536L))
226 {
227 LogThreadPoolWorkerThreadStop(ActiveWorkerThreadCount, RetiredWorkerThreadCount, ClrInstanceID);
228 }
229 }
static void LogThreadPoolWorkerThreadStop(uint ActiveWorkerThreadCount, uint RetiredWorkerThreadCount, ushort ClrInstanceID)

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