Searched defs:binder_thread (Results 1 – 1 of 1) sorted by relevance
476 struct binder_thread { struct477 struct binder_proc *proc;478 struct rb_node rb_node;480 int pid;484 struct list_head todo;485 bool process_todo;487 struct binder_error reply_error;489 wait_queue_head_t wait;490 struct binder_stats stats;491 atomic_t tmp_ref;[all …]