Home
last modified time | relevance | path

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

/linux-5.10/drivers/android/
Dbinder.c533 struct binder_thread { struct
534 struct binder_proc *proc;
535 struct rb_node rb_node;
536 struct list_head waiting_thread_node;
537 int pid;
538 int looper; /* only modified by this thread */
539 bool looper_need_return; /* can be written by other thread */
540 struct binder_transaction *transaction_stack;
541 struct list_head todo;
542 bool process_todo;
[all …]