Searched defs:pollCache (Results 1 – 2 of 2) sorted by relevance
192 type pollCache struct { struct193 lock mutex194 first *pollDesc297 func (c *pollCache) free(pd *pollDesc) {688 func (c *pollCache) alloc() *pollDesc {
116 Result<void> LooperStub::pollCache() { in pollCache() function in android::automotive::watchdog::testing::LooperStub