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;496 int pid;500 struct list_head todo;501 bool process_todo;503 struct binder_error reply_error;505 wait_queue_head_t wait;506 struct binder_stats stats;507 atomic_t tmp_ref;[all …]
Completed in 6 milliseconds