terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ TrySteal() [1/2]

bool System.Threading.ThreadPoolWorkQueue.WorkStealingQueue.TrySteal ( [Out] IThreadPoolWorkItem obj,
bool missedSteal )
inline

Definition at line 224 of file ThreadPoolWorkQueue.cs.

225 {
226 long num = 0L;
227 return this.TrySteal(obj, missedSteal, (int)num);
228 }
bool TrySteal([Out] IThreadPoolWorkItem obj, bool missedSteal)

References j__TPar, System.L, and System.Threading.ThreadPoolWorkQueue.WorkStealingQueue.TrySteal().

Referenced by System.Threading.ThreadPoolWorkQueue.WorkStealingQueue.TrySteal().