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