Lines Matching defs:binder_thread
491 struct binder_thread { struct
492 struct binder_proc *proc;
493 struct rb_node rb_node;
494 struct list_head waiting_thread_node;
495 int pid;
496 int looper; /* only modified by this thread */
497 bool looper_need_return; /* can be written by other thread */
498 struct binder_transaction *transaction_stack;
499 struct list_head todo;
500 bool process_todo;
501 struct binder_error return_error;
502 struct binder_error reply_error;
503 wait_queue_head_t wait;
504 struct binder_stats stats;
505 atomic_t tmp_ref;
529 struct binder_thread *from; argument