Home
last modified time | relevance | path

Searched defs:binder_thread (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/android/
H A Dbinder_internal.h494 struct binder_thread { struct
495 struct binder_proc *proc;
496 struct rb_node rb_node;
498 int pid;
502 struct list_head todo;
503 bool process_todo;
505 struct binder_error reply_error;
507 wait_queue_head_t wait;
508 struct binder_stats stats;
509 atomic_t tmp_ref;
[all …]