Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dpoolqueue.go80 func (d *poolDequeue) pushHead(val any) bool { func
220 func (c *poolChain) pushHead(val any) { func
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DOpsTask.cpp147 inline void OpsTask::OpChain::List::pushHead(GrOp::Owner op) { in pushHead() function in skgpu::ganesh::OpsTask::OpChain::List