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