Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PendingUnmanagedWorkItemCount
long System.Threading.ThreadPool.PendingUnmanagedWorkItemCount
static
get
private
Definition at line
47
of file
ThreadPool.cs
.
48
{
49
get
50
{
51
if
(!
UsePortableThreadPool
)
52
{
53
return
GetPendingUnmanagedWorkItemCount
();
54
}
55
return
0
L
;
56
}
57
}
System.Threading.ThreadPool.UsePortableThreadPool
static readonly bool UsePortableThreadPool
Definition
ThreadPool.cs:12
System.Threading.ThreadPool.GetPendingUnmanagedWorkItemCount
static long GetPendingUnmanagedWorkItemCount()
System.ConsoleKey.L
@ L
System
Threading
ThreadPool
Generated by
1.10.0