Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dpoolqueue.go194 type poolChain struct { struct
197 head *poolChainElt
201 tail atomic.Pointer[poolChainElt]
220 func (c *poolChain) pushHead(val any) {
251 func (c *poolChain) popHead() (any, bool) {
264 func (c *poolChain) popTail() (any, bool) {