Searched defs:binder_thread (Results 1 – 1 of 1) sorted by relevance
514 struct binder_thread { struct515 struct binder_proc *proc;516 struct rb_node rb_node;517 struct list_head waiting_thread_node;518 int pid;519 int looper; /* only modified by this thread */520 bool looper_need_return; /* can be written by other thread */521 struct binder_transaction *transaction_stack;522 struct list_head todo;523 bool process_todo;[all …]