Searched defs:binder_thread (Results 1 – 2 of 2) sorted by relevance
116845 struct binder_thread { struct116846 struct binder_proc *proc;116847 struct rb_node rb_node;116848 struct list_head waiting_thread_node;116849 int pid;116850 int looper;116851 bool looper_need_return;116852 struct binder_transaction *transaction_stack;116853 struct list_head todo;116854 bool process_todo;[all …]
123196 struct binder_thread { struct123197 struct binder_proc *proc;123198 struct rb_node rb_node;123199 struct list_head waiting_thread_node;123200 int pid;123201 int looper;123202 bool looper_need_return;123203 struct binder_transaction *transaction_stack;123204 struct list_head todo;123205 bool process_todo;[all …]