Searched refs:MoveCtor (Results 1 – 5 of 5) sorted by relevance
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTQueueMPMC.h | 67 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 D | MTStaticVector.h | 53 inline void MoveCtor(T* element, T && val) in MoveCtor() function 108 MoveCtor( IndexToObject(lastElementIndex), std::move(val) ); in PushBack()
|
| H A D | MTConcurrentRingBuffer.h | 58 inline void MoveCtor(T* element, T && val) in MoveCtor() function 110 MoveCtor(Buffer() + writeIndex, std::move(item)); in Push()
|
| H A D | MTTaskPool.h | 251 inline void MoveCtor(PoolItem* element, int id, T && val) in MoveCtor() function 315 MoveCtor( pElement, id, std::move(task) ); in TryAlloc()
|
| H A D | MTTaskQueue.h | 83 inline void MoveCtor(T* element, T && val) in MoveCtor() function
|