BindHandle(IntPtr osHandle) | System.Threading.ThreadPool | inlinestatic |
BindHandle(SafeHandle osHandle) | System.Threading.ThreadPool | inlinestatic |
BindIOCompletionCallbackNative(IntPtr fileHandle) | System.Threading.ThreadPool | private |
CanSetMaxIOCompletionThreads(int ioCompletionThreads) | System.Threading.ThreadPool | package |
CanSetMinIOCompletionThreads(int ioCompletionThreads) | System.Threading.ThreadPool | package |
CompletedWorkItemCount | System.Threading.ThreadPool | static |
EnableWorkerTracking | System.Threading.ThreadPool | packagestatic |
EnsureGateThreadRunning() | 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 | private |
GetCompletedWorkItemCount() | System.Threading.ThreadPool | private |
GetEnableWorkerTracking() | System.Threading.ThreadPool | inlineprivatestatic |
GetEnableWorkerTrackingNative() | System.Threading.ThreadPool | private |
GetGloballyQueuedWorkItems() | System.Threading.ThreadPool | inlinepackagestatic |
GetGloballyQueuedWorkItemsForDebugger() | System.Threading.ThreadPool | inlinepackagestatic |
GetLocallyQueuedWorkItems() | System.Threading.ThreadPool | inlinepackagestatic |
GetLocallyQueuedWorkItemsForDebugger() | System.Threading.ThreadPool | inlinepackagestatic |
GetMaxThreads(out int workerThreads, out int completionPortThreads) | System.Threading.ThreadPool | inlinestatic |
GetMaxThreadsNative(out int workerThreads, out int completionPortThreads) | System.Threading.ThreadPool | private |
GetMinThreads(out int workerThreads, out int completionPortThreads) | System.Threading.ThreadPool | inlinestatic |
GetMinThreadsNative(out int workerThreads, out int completionPortThreads) | System.Threading.ThreadPool | private |
GetNextConfigUInt32Value(int configVariableIndex, out uint configValue, out bool isBoolean, out char *appContextConfigName) | System.Threading.ThreadPool | private |
GetOrCreateThreadLocalCompletionCountObject() | System.Threading.ThreadPool | inlinepackagestatic |
GetPendingUnmanagedWorkItemCount() | System.Threading.ThreadPool | private |
GetQueuedWorkItems() | System.Threading.ThreadPool | inlinepackagestatic |
GetQueuedWorkItemsForDebugger() | System.Threading.ThreadPool | inlinepackagestatic |
GetThreadCount() | System.Threading.ThreadPool | private |
InitializeConfigAndDetermineUsePortableThreadPool() | System.Threading.ThreadPool | inlineprivatestatic |
IsWorkerTrackingEnabledInConfig | System.Threading.ThreadPool | privatestatic |
NotifyThreadBlocked() | System.Threading.ThreadPool | inlinepackagestatic |
NotifyThreadUnblocked() | System.Threading.ThreadPool | inlinepackagestatic |
NotifyWorkItemComplete(object threadLocalCompletionCountObject, int currentTimeMs) | System.Threading.ThreadPool | inlinepackagestatic |
NotifyWorkItemCompleteNative() | System.Threading.ThreadPool | private |
NotifyWorkItemProgress() | System.Threading.ThreadPool | inlinepackagestatic |
NotifyWorkItemProgressNative() | System.Threading.ThreadPool | private |
PendingUnmanagedWorkItemCount | System.Threading.ThreadPool | privatestatic |
PendingWorkItemCount | System.Threading.ThreadPool | static |
PerformRuntimeSpecificGateActivities(int cpuUtilization) | System.Threading.ThreadPool | inlinepackagestatic |
PerformRuntimeSpecificGateActivitiesNative(int cpuUtilization) | System.Threading.ThreadPool | private |
PostQueuedCompletionStatus(NativeOverlapped *overlapped) | System.Threading.ThreadPool | private |
QueueUserWorkItem(WaitCallback callBack) | System.Threading.ThreadPool | inlinestatic |
QueueUserWorkItem(WaitCallback callBack, object? state) | System.Threading.ThreadPool | inlinestatic |
QueueUserWorkItem< TState >(Action< TState > callBack, TState state, bool preferLocal) | System.Threading.ThreadPool | inlinestatic |
QueueWaitCompletionNative(CompleteWaitThreadPoolWorkItem completeWaitWorkItem) | System.Threading.ThreadPool | private |
RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, uint millisecondsTimeOutInterval, bool executeOnlyOnce, bool flowExecutionContext) | System.Threading.ThreadPool | inlineprivatestatic |
RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object? state, uint millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | inlinestatic |
RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object? state, int millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | inlinestatic |
RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object? state, long millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | inlinestatic |
RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object? state, TimeSpan timeout, bool executeOnlyOnce) | System.Threading.ThreadPool | inlinestatic |
RegisterWaitForSingleObjectNative(WaitHandle waitHandle, object state, uint timeOutInterval, bool executeOnlyOnce, RegisteredWaitHandle registeredWaitHandle) | System.Threading.ThreadPool | private |
ReportThreadStatus(bool isWorking) | System.Threading.ThreadPool | inlinepackagestatic |
ReportThreadStatusNative(bool isWorking) | System.Threading.ThreadPool | private |
RequestWorkerThread() | System.Threading.ThreadPool | inlinepackagestatic |
RequestWorkerThreadNative() | System.Threading.ThreadPool | private |
s_invokeAsyncStateMachineBox | System.Threading.ThreadPool | packagestatic |
s_workQueue | System.Threading.ThreadPool | packagestatic |
SetMaxIOCompletionThreads(int ioCompletionThreads) | System.Threading.ThreadPool | inlinepackagestatic |
SetMaxThreads(int workerThreads, int completionPortThreads) | System.Threading.ThreadPool | inlinestatic |
SetMaxThreadsNative(int workerThreads, int completionPortThreads) | System.Threading.ThreadPool | private |
SetMinIOCompletionThreads(int ioCompletionThreads) | System.Threading.ThreadPool | inlinepackagestatic |
SetMinThreads(int workerThreads, int completionPortThreads) | System.Threading.ThreadPool | inlinestatic |
SetMinThreadsNative(int workerThreads, int completionPortThreads) | System.Threading.ThreadPool | private |
SupportsTimeSensitiveWorkItems | System.Threading.ThreadPool | packagestatic |
ThreadCount | System.Threading.ThreadPool | static |
ToObjectArray(IEnumerable< object > workitems) | System.Threading.ThreadPool | inlineprivatestatic |
TryPopCustomWorkItem(object workItem) | System.Threading.ThreadPool | inlinepackagestatic |
UnsafeQueueNativeOverlapped(NativeOverlapped *overlapped) | System.Threading.ThreadPool | inlinestatic |
UnsafeQueueTimeSensitiveWorkItemInternal(IThreadPoolWorkItem timeSensitiveWorkItem) | System.Threading.ThreadPool | inlinepackagestatic |
UnsafeQueueUnmanagedWorkItem(IntPtr callback, IntPtr state) | System.Threading.ThreadPool | inlineprivatestatic |
UnsafeQueueUserWorkItem(WaitCallback callBack, object? state) | System.Threading.ThreadPool | inlinestatic |
UnsafeQueueUserWorkItem(IThreadPoolWorkItem callBack, bool preferLocal) | System.Threading.ThreadPool | inlinestatic |
UnsafeQueueUserWorkItem< TState >(Action< TState > callBack, TState state, bool preferLocal) | System.Threading.ThreadPool | inlinestatic |
UnsafeQueueUserWorkItemInternal(object callBack, bool preferLocal) | System.Threading.ThreadPool | inlinepackagestatic |
UnsafeQueueWaitCompletion(CompleteWaitThreadPoolWorkItem completeWaitWorkItem) | System.Threading.ThreadPool | inlinepackagestatic |
UnsafeRegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object? state, uint millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | inlinestatic |
UnsafeRegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object? state, int millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | inlinestatic |
UnsafeRegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object? state, long millisecondsTimeOutInterval, bool executeOnlyOnce) | System.Threading.ThreadPool | inlinestatic |
UnsafeRegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object? state, TimeSpan timeout, bool executeOnlyOnce) | System.Threading.ThreadPool | inlinestatic |
UsePortableThreadPool | System.Threading.ThreadPool | packagestatic |