Home
last modified time | relevance | path

Searched defs:poolDequeue (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dpoolqueue.go19 type poolDequeue struct { struct
34 headTail atomic.Uint64
44 vals []eface
65 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