Home
last modified time | relevance | path

Searched refs:TryPopNewest (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTTaskQueue.h189 inline bool TryPopNewest(T & item) in TryPopNewest() function
284 bool TryPopNewest(T & item) in TryPopNewest() function
290 if (queue.TryPopNewest(item)) in TryPopNewest()
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp357 if (victimContext.queue.TryPopNewest(task)) in TryStealTask()