Home
last modified time | relevance | path

Searched defs:item (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTTaskQueue.h154 inline bool Add(const T& item) in Add()
172 inline bool TryPopOldest(T & item) in TryPopOldest()
189 inline bool TryPopNewest(T & item) in TryPopNewest()
255 const T& item = itemArray[i]; in Add() local
270 bool TryPopOldest(T & item) in TryPopOldest()
284 bool TryPopNewest(T & item) in TryPopNewest()
H A DMTConcurrentRingBuffer.h96 void Push(T && item) in Push()