Lines Matching defs:to_thread
214 int to_thread;
1647 int from_proc, from_thread, to_proc, to_thread;
1653 to_thread = t->to_thread ? t->to_thread->pid : 0;
1656 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread);
3032 if (t->to_thread &&
3033 nla_put_u32(skb, BINDER_A_REPORT_TO_TID, t->to_thread->pid))
3140 if (in_reply_to->to_thread != thread) {
3146 in_reply_to->to_thread ?
3147 in_reply_to->to_thread->pid : 0);
3283 if (tmp->to_thread != thread) {
3288 tmp->to_thread ?
3289 tmp->to_thread->pid : 0);
3316 t->to_thread = target_thread;
3318 e->to_thread = target_thread->pid;
5143 t->to_thread = thread;
5362 if (t->to_thread == thread)
5376 (t->to_thread == thread) ? "in" : "out");
5378 if (t->to_thread == thread) {
5381 t->to_thread = NULL;
6404 t->to_thread ? t->to_thread->pid : 0,
6507 } else if (t->to_thread == thread) {
6950 e->from_thread, e->to_proc, e->to_thread, e->context_name,