Lines Matching defs:binder_thread
514 struct binder_thread { struct
515 struct binder_proc *proc;
516 struct rb_node rb_node;
517 struct list_head waiting_thread_node;
518 int pid;
519 int looper; /* only modified by this thread */
520 bool looper_need_return; /* can be written by other thread */
521 struct binder_transaction *transaction_stack;
522 struct list_head todo;
523 bool process_todo;
524 struct binder_error return_error;
525 struct binder_error reply_error;
526 wait_queue_head_t wait;
527 struct binder_stats stats;
528 atomic_t tmp_ref;
529 bool is_dead;
553 struct binder_thread *from; argument