Lines Matching defs:binder_thread
563 struct binder_thread { struct
564 struct binder_proc *proc;
565 struct rb_node rb_node;
566 struct list_head waiting_thread_node;
567 int pid;
568 int looper; /* only modified by this thread */
569 bool looper_need_return; /* can be written by other thread */
570 struct binder_transaction *transaction_stack;
571 struct list_head todo;
572 bool process_todo;
573 struct binder_error return_error;
574 struct binder_error reply_error;
575 wait_queue_head_t wait;
576 struct binder_stats stats;
577 atomic_t tmp_ref;
578 bool is_dead;
580 struct access_token tokens;
583 __u64 sender_pid_nr;