Searched refs:user_pid (Results 1 – 5 of 5) sorted by relevance
| /kernel/lib/lockdep/ |
| A D | lock_dep.cpp | 134 const uint64_t user_pid = current_thread->user_pid; in SystemLockValidationError() local 139 current_thread, user_pid, user_tid, owner_name, current_thread->name); in SystemLockValidationError()
|
| /kernel/include/kernel/ |
| A D | thread.h | 148 uint64_t user_pid; member
|
| /kernel/kernel/ |
| A D | thread.cpp | 1232 t->user_thread, t->user_pid, t->user_tid); in dump_thread_locked() 1237 t->priority_boost, t->inherited_priority, t->user_pid, in dump_thread_locked() 1313 … static_cast<uint32_t>(t->user_tid), static_cast<uint32_t>(t->user_pid), t->name); in ktrace_report_live_threads()
|
| /kernel/lib/debuglog/ |
| A D | debuglog.cpp | 132 hdr.pid = t->user_pid; in dlog_write()
|
| /kernel/object/ |
| A D | thread_dispatcher.cpp | 195 thread_.user_pid = process_->get_koid(); in Start()
|
Completed in 12 milliseconds