Searched defs:binder_thread (Results 1 – 1 of 1) sorted by relevance
495 struct binder_thread { struct496 struct binder_proc *proc;497 struct rb_node rb_node;498 struct list_head waiting_thread_node;499 int pid;500 int looper; /* only modified by this thread */501 bool looper_need_return; /* can be written by other thread */502 struct binder_transaction *transaction_stack;503 struct list_head todo;504 bool process_todo;[all …]