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