Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTQueueMPMC.h43 struct Cell struct
50 byte rawMemory[ sizeof(Cell) * CAPACITY + ALIGNMENT ]; argument
55 Cell* const buffer;
78 : buffer( (Cell*)( ( (uintptr_t)&rawMemory[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNMENT_MASK ) ) in LockFreeQueueMPMC()
93 Cell* cell = nullptr; in TryPush()
134 Cell* cell = nullptr; in TryPop()