Lines Matching defs:binder_thread
533 struct binder_thread { struct
534 struct binder_proc *proc;
535 struct rb_node rb_node;
536 struct list_head waiting_thread_node;
537 int pid;
538 int looper; /* only modified by this thread */
539 bool looper_need_return; /* can be written by other thread */
540 struct binder_transaction *transaction_stack;
541 struct list_head todo;
542 bool process_todo;
543 struct binder_error return_error;
544 struct binder_error reply_error;
545 wait_queue_head_t wait;
546 struct binder_stats stats;
547 atomic_t tmp_ref;
571 struct binder_thread *from; argument