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