Searched defs:binder_thread (Results 1 – 1 of 1) sorted by relevance
537 struct binder_thread { struct538 struct binder_proc *proc;539 struct rb_node rb_node;540 struct list_head waiting_thread_node;541 int pid;542 int looper; /* only modified by this thread */543 bool looper_need_return; /* can be written by other thread */544 struct binder_transaction *transaction_stack;545 struct list_head todo;546 bool process_todo;[all …]