Searched refs:Cell (Results 1 – 1 of 1) sorted by relevance
43 struct Cell struct50 byte rawMemory[ sizeof(Cell) * CAPACITY + ALIGNMENT ]; argument55 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()