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