Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ThreadWaitReason.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics
;
2
3
public
enum
ThreadWaitReason
4
{
5
Executive
,
6
FreePage
,
7
PageIn
,
8
SystemAllocation
,
9
ExecutionDelay
,
10
Suspended
,
11
UserRequest
,
12
EventPairHigh
,
13
EventPairLow
,
14
LpcReceive
,
15
LpcReply
,
16
VirtualMemory
,
17
PageOut
,
18
Unknown
19
}
System.Diagnostics.ActivityIdFormat.Unknown
@ Unknown
System.Diagnostics.ThreadWaitReason
ThreadWaitReason
Definition
ThreadWaitReason.cs:4
System.Diagnostics.ThreadWaitReason.LpcReceive
@ LpcReceive
System.Diagnostics.ThreadWaitReason.VirtualMemory
@ VirtualMemory
System.Diagnostics.ThreadWaitReason.EventPairLow
@ EventPairLow
System.Diagnostics.ThreadWaitReason.SystemAllocation
@ SystemAllocation
System.Diagnostics.ThreadWaitReason.EventPairHigh
@ EventPairHigh
System.Diagnostics.ThreadWaitReason.LpcReply
@ LpcReply
System.Diagnostics.ThreadWaitReason.PageOut
@ PageOut
System.Diagnostics.ThreadWaitReason.Executive
@ Executive
System.Diagnostics.ThreadWaitReason.PageIn
@ PageIn
System.Diagnostics.ThreadWaitReason.FreePage
@ FreePage
System.Diagnostics.ThreadWaitReason.Suspended
@ Suspended
System.Diagnostics.ThreadWaitReason.ExecutionDelay
@ ExecutionDelay
System.Diagnostics.ThreadWaitReason.UserRequest
@ UserRequest
System.Diagnostics
Definition
AggregationManager.cs:6
source
System.Diagnostics.Process
System.Diagnostics
ThreadWaitReason.cs
Generated by
1.10.0