Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/android/
Dbinder_internal.h475 struct binder_thread { struct
476 struct binder_proc *proc;
477 struct rb_node rb_node;
478 struct list_head waiting_thread_node;
479 int pid;
480 int looper; /* only modified by this thread */
481 bool looper_need_return; /* can be written by other thread */
482 struct binder_transaction *transaction_stack;
483 struct list_head todo;
484 bool process_todo;
[all …]