Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dnetpoll.go192 type pollCache struct { struct
193 lock mutex
194 first *pollDesc
297 func (c *pollCache) free(pd *pollDesc) {
688 func (c *pollCache) alloc() *pollDesc {
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/
DLooperStub.cpp116 Result<void> LooperStub::pollCache() { in pollCache() function in android::automotive::watchdog::testing::LooperStub