Lines Matching defs:binder_thread
546 struct binder_thread { struct
547 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;
556 struct binder_error return_error;
557 struct binder_error reply_error;
558 wait_queue_head_t wait;
559 struct binder_stats stats;
560 atomic_t tmp_ref;
561 bool is_dead;
563 struct access_token tokens;