Lines Matching refs:to_thread
209 int to_thread; member
1652 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local
1658 to_thread = t->to_thread ? t->to_thread->pid : 0; in binder_txn_latency_free()
1661 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread); in binder_txn_latency_free()
3054 if (in_reply_to->to_thread != thread) { in binder_transaction()
3060 in_reply_to->to_thread ? in binder_transaction()
3061 in_reply_to->to_thread->pid : 0); in binder_transaction()
3199 if (tmp->to_thread != thread) { in binder_transaction()
3204 tmp->to_thread ? in binder_transaction()
3205 tmp->to_thread->pid : 0); in binder_transaction()
3231 e->to_thread = target_thread->pid; in binder_transaction()
3289 t->to_thread = target_thread; in binder_transaction()
5073 t->to_thread = thread; in binder_thread_read()
5291 if (t->to_thread == thread) in binder_thread_release()
5305 (t->to_thread == thread) ? "in" : "out"); in binder_thread_release()
5307 if (t->to_thread == thread) { in binder_thread_release()
5310 t->to_thread = NULL; in binder_thread_release()
6354 t->to_thread ? t->to_thread->pid : 0, in print_binder_transaction_ilocked()
6451 } else if (t->to_thread == thread) { in print_binder_thread_ilocked()
6846 e->from_thread, e->to_proc, e->to_thread, e->context_name, in print_binder_transaction_log_entry()