Home
last modified time | relevance | path

Searched refs:MoveCtor (Results 1 – 5 of 5) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTQueueMPMC.h67 inline void MoveCtor(T* element, T && val) in MoveCtor() function
126 MoveCtor( &cell->data, std::move(data) ); in TryPush()
167 MoveCtor( &data, std::move(cell->data) ); in TryPop()
H A DMTStaticVector.h53 inline void MoveCtor(T* element, T && val) in MoveCtor() function
108 MoveCtor( IndexToObject(lastElementIndex), std::move(val) ); in PushBack()
H A DMTConcurrentRingBuffer.h58 inline void MoveCtor(T* element, T && val) in MoveCtor() function
110 MoveCtor(Buffer() + writeIndex, std::move(item)); in Push()
H A DMTTaskPool.h251 inline void MoveCtor(PoolItem* element, int id, T && val) in MoveCtor() function
315 MoveCtor( pElement, id, std::move(task) ); in TryAlloc()
H A DMTTaskQueue.h83 inline void MoveCtor(T* element, T && val) in MoveCtor() function