Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dpool.go67 type poolLocalInternal struct { struct
68 private any // Can be used only by the respective P.
69 shared poolChain // Local P can pushHead/popHead; any P can popTail.
73 poolLocalInternal anonMember