Home
last modified time | relevance | path

Searched defs:pid_t (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/init/
H A Dlmkd_service.h38 static inline void LmkdRegister(const std::string&, uid_t, pid_t, int) {} in LmkdRegister() argument
39 static inline void LmkdUnregister(const std::string&, pid_t) {} in LmkdUnregister() argument
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dbacktrace.cpp80 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) { in dump_backtrace()
H A Dtombstone.cpp126 const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, in engrave_tombstone()
H A Dtombstone_proto.cpp620 const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, in engrave_tombstone_proto()
/aosp14/system/core/debuggerd/libdebuggerd/test/
H A Dlog_fake.cpp76 extern "C" struct logger_list* android_logger_list_open(log_id_t, int, unsigned int, pid_t) { in android_logger_list_open() argument
/aosp14/system/core/libprocessgroup/
H A Dtask_profiles.h79 virtual bool ExecuteForProcess(uid_t, pid_t) const { return false; } in ExecuteForProcess() argument