16 references to UnsafeQueueUserWorkItemInternal
System.Private.CoreLib (16)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
1222
ThreadPool.
UnsafeQueueUserWorkItemInternal
(this, preferLocal: true);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.RuntimeAsyncYielder.cs (1)
43
ThreadPool.
UnsafeQueueUserWorkItemInternal
(raTask, preferLocal: false);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeAsyncTaskContinuation.cs (2)
39
ThreadPool.
UnsafeQueueUserWorkItemInternal
(RuntimeAsyncTask, preferLocal: true);
62
ThreadPool.
UnsafeQueueUserWorkItemInternal
(RuntimeAsyncTask, preferLocal: true);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\YieldAwaitable.cs (1)
148
ThreadPool.
UnsafeQueueUserWorkItemInternal
(box, preferLocal: false);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (1)
351
ThreadPool.
UnsafeQueueUserWorkItemInternal
(workItem, preferLocal: !fairly);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
2747
ThreadPool.
UnsafeQueueUserWorkItemInternal
(stateMachineBox, preferLocal: true);
3796
ThreadPool.
UnsafeQueueUserWorkItemInternal
(new CompletionActionInvoker(completionAction, this), preferLocal: true);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (3)
598
ThreadPool.
UnsafeQueueUserWorkItemInternal
(this, preferLocal: true);
808
ThreadPool.
UnsafeQueueUserWorkItemInternal
(box, preferLocal: true);
842
ThreadPool.
UnsafeQueueUserWorkItemInternal
(atc, preferLocal: true);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ThreadPoolTaskScheduler.cs (1)
58
ThreadPool.
UnsafeQueueUserWorkItemInternal
(task, (options & TaskCreationOptions.PreferFairness) == 0);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (3)
1596
UnsafeQueueUserWorkItemInternal
((object)state, preferLocal);
1610
UnsafeQueueUserWorkItemInternal
((object)state, preferLocal);
1647
UnsafeQueueUserWorkItemInternal
(callBack, preferLocal);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (1)
268
ThreadPool.
UnsafeQueueUserWorkItemInternal
(timer, preferLocal: false);