terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
This is the complete list of members for System.Threading.ThreadPool, including all inherited members.
EnsureVMInitialized() | System.Threading.ThreadPool | inlineprivatestatic |
GetAvailableThreads([Out] int workerThreads, [Out] int completionPortThreads) | System.Threading.ThreadPool | inlinestatic |
GetAvailableThreadsNative([Out] int workerThreads, [Out] int completionPortThreads) | System.Threading.ThreadPool | inlineprivatestatic |
InitializeVMTp(bool enableWorkerTracking) | System.Threading.ThreadPool | inlineprivatestatic |
IsThreadPoolThread | System.Threading.ThreadPool | packagestatic |
NotifyWorkItemComplete() | System.Threading.ThreadPool | inlinepackagestatic |
NotifyWorkItemProgress() | System.Threading.ThreadPool | inlinepackagestatic |
NotifyWorkItemProgressNative() | System.Threading.ThreadPool | inlinepackagestatic |
NotifyWorkItemQueued() | System.Threading.ThreadPool | inlinepackagestatic |
QueueUserWorkItem(WaitCallback callBack, object state) | System.Threading.ThreadPool | inlinestatic |
QueueUserWorkItem(WaitCallback callBack) | System.Threading.ThreadPool | inlinestatic |
QueueUserWorkItem< TState >(Action< TState > callBack, TState state, bool preferLocal) | System.Threading.ThreadPool | inlinestatic |
QueueUserWorkItemHelper(WaitCallback callBack, object state, StackCrawlMark stackMark, bool compressStack, bool forceGlobal=true) | System.Threading.ThreadPool | inlineprivatestatic |
RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, uint millisecondsTimeOutInterval, bool executeOnlyOnce, StackCrawlMark stackMark, bool compressStack) | System.Threading.ThreadPool | inlineprivatestatic |
RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, int millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | inlinestatic |
RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, TimeSpan timeout, bool executeOnlyOnce) | System.Threading.ThreadPool | inlinestatic |
ReportThreadStatus(bool isWorking) | System.Threading.ThreadPool | inlinepackagestatic |
RequestWorkerThread() | System.Threading.ThreadPool | inlinepackagestatic |
SetMinThreads(int workerThreads, int completionPortThreads) | System.Threading.ThreadPool | inlinestatic |
SetMinThreadsNative(int workerThreads, int completionPortThreads) | System.Threading.ThreadPool | inlineprivatestatic |
TryPopCustomWorkItem(IThreadPoolWorkItem workItem) | System.Threading.ThreadPool | inlinepackagestatic |
UnsafeQueueCustomWorkItem(IThreadPoolWorkItem workItem, bool forceGlobal) | System.Threading.ThreadPool | inlinepackagestatic |
UnsafeQueueUserWorkItem(WaitCallback callBack, object state) | System.Threading.ThreadPool | inlinestatic |