Searched refs:to_thread (Results 1 – 3 of 3) sorted by relevance
| /drivers/android/ |
| A D | binder_trace.h | 80 int to_proc, int to_thread), 81 TP_ARGS(t, from_proc, from_thread, to_proc, to_thread), 87 __field(int, to_thread) 96 __entry->to_thread = to_thread; 102 __entry->to_proc, __entry->to_thread, __entry->code, 114 __field(int, to_thread) 123 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0; 130 __entry->to_proc, __entry->to_thread,
|
| A D | binder.c | 213 int to_thread; member 1661 to_thread = t->to_thread ? t->to_thread->pid : 0; in binder_txn_latency_free() 3063 in_reply_to->to_thread ? in binder_transaction() 3205 tmp->to_thread ? in binder_transaction() 3206 tmp->to_thread->pid : 0); in binder_transaction() 3286 t->to_thread = target_thread; in binder_transaction() 5069 t->to_thread = thread; in binder_thread_read() 5288 if (t->to_thread == thread) in binder_thread_release() 5304 if (t->to_thread == thread) { in binder_thread_release() 5307 t->to_thread = NULL; in binder_thread_release() [all …]
|
| A D | binder_internal.h | 538 struct binder_thread *to_thread; member
|
Completed in 18 milliseconds