Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/android/
Dbinder.c555 struct binder_thread { struct
556 struct binder_proc *proc;
557 struct rb_node rb_node;
558 struct list_head waiting_thread_node;
559 int pid;
560 int looper; /* only modified by this thread */
561 bool looper_need_return; /* can be written by other thread */
562 struct binder_transaction *transaction_stack;
563 struct list_head todo;
564 bool process_todo;
[all …]