Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/android/
Dbinder_internal.h495 struct binder_thread { struct
496 struct binder_proc *proc;
497 struct rb_node rb_node;
498 struct list_head waiting_thread_node;
499 int pid;
500 int looper; /* only modified by this thread */
501 bool looper_need_return; /* can be written by other thread */
502 struct binder_transaction *transaction_stack;
503 struct list_head todo;
504 bool process_todo;
[all …]