Searched defs:binder_thread (Results 1 – 2 of 2) sorted by relevance
596 struct binder_thread { struct617 struct binder_thread *from; argument
546 struct binder_thread { struct547 struct binder_proc *proc;548 struct rb_node rb_node;549 struct list_head waiting_thread_node;550 int pid;551 int looper; /* only modified by this thread */552 bool looper_need_return; /* can be written by other thread */553 struct binder_transaction *transaction_stack;554 struct list_head todo;555 bool process_todo;[all …]