Lines Matching defs:binder_thread
475 struct binder_thread { struct
476 struct binder_proc *proc;
477 struct rb_node rb_node;
478 struct list_head waiting_thread_node;
479 int pid;
480 int looper; /* only modified by this thread */
481 bool looper_need_return; /* can be written by other thread */
482 struct binder_transaction *transaction_stack;
483 struct list_head todo;
484 bool process_todo;
485 struct binder_error return_error;
486 struct binder_error reply_error;
487 struct binder_extended_error ee;
488 wait_queue_head_t wait;
489 struct binder_stats stats;
490 atomic_t tmp_ref;
491 bool is_dead;