Searched defs:binder_thread (Results 1 – 1 of 1) sorted by relevance
495 struct binder_thread { struct496 struct binder_proc *proc;497 struct rb_node rb_node;499 int pid;503 struct list_head todo;504 bool process_todo;506 struct binder_error reply_error;507 wait_queue_head_t wait;508 struct binder_stats stats;509 atomic_t tmp_ref;[all …]
Completed in 29 milliseconds