Searched refs:LOOPER_POLL (Results 1 – 1 of 1) sorted by relevance
279 const LOOPER_POLL: u32 = 0x40; constant407 self.looper_flags |= LOOPER_POLL; in poll()1536 let notify = inner.looper_flags & LOOPER_POLL != 0 && inner.should_use_process_work_queue(); in notify_if_poll_ready()