Lines Matching defs:binder_thread
555 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;
565 struct binder_error return_error;
566 struct binder_error reply_error;
567 wait_queue_head_t wait;
568 struct binder_stats stats;
569 atomic_t tmp_ref;
570 bool is_dead;
572 struct access_token tokens;