Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h116845 struct binder_thread { struct
116846 struct binder_proc *proc;
116847 struct rb_node rb_node;
116848 struct list_head waiting_thread_node;
116849 int pid;
116850 int looper;
116851 bool looper_need_return;
116852 struct binder_transaction *transaction_stack;
116853 struct list_head todo;
116854 bool process_todo;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h123196 struct binder_thread { struct
123197 struct binder_proc *proc;
123198 struct rb_node rb_node;
123199 struct list_head waiting_thread_node;
123200 int pid;
123201 int looper;
123202 bool looper_need_return;
123203 struct binder_transaction *transaction_stack;
123204 struct list_head todo;
123205 bool process_todo;
[all …]