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