Home
last modified time | relevance | path

Searched refs:user_pid (Results 1 – 5 of 5) sorted by relevance

/kernel/lib/lockdep/
A Dlock_dep.cpp134 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 Dthread.h148 uint64_t user_pid; member
/kernel/kernel/
A Dthread.cpp1232 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 Ddebuglog.cpp132 hdr.pid = t->user_pid; in dlog_write()
/kernel/object/
A Dthread_dispatcher.cpp195 thread_.user_pid = process_->get_koid(); in Start()

Completed in 12 milliseconds