Searched refs:looper (Results 1 – 2 of 2) sorted by relevance
491 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_enqueue_thread_work_ilocked()588 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()4302 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()4407 if (thread->looper & in binder_thread_write()4464 if (thread->looper & in binder_thread_write()4676 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()4685 proc->pid, thread->pid, thread->looper); in binder_thread_read()5331 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()5343 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()5365 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()[all …]
497 int looper; /* only modified by this thread */ member
Completed in 17 milliseconds