Searched defs:poolDequeue (Results 1 – 1 of 1) sorted by relevance
19 type poolDequeue struct { struct34 headTail atomic.Uint6444 vals []eface65 func (d *poolDequeue) unpack(ptrs uint64) (head, tail uint32) {72 func (d *poolDequeue) pack(head, tail uint32) uint64 {80 func (d *poolDequeue) pushHead(val any) bool {112 func (d *poolDequeue) popHead() (any, bool) {147 func (d *poolDequeue) popTail() (any, bool) {205 poolDequeue anonMember