Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DProcPidDir.cpp47 const std::unordered_map<pid_t, std::vector<pid_t>>& pidToTids, in populateProcPidDir()
/aosp12/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
/aosp12/system/extras/iotop/
H A Dtasklist.cpp48 bool TaskList::Scan(std::map<pid_t, std::vector<pid_t>>& tgid_map) { in Scan()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dbacktrace.cpp83 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) { in dump_backtrace()
H A Dtombstone_proto.cpp601 const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, in engrave_tombstone_proto()
H A Dtombstone.cpp610 const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, in engrave_tombstone()
/aosp12/system/unwinding/libbacktrace/
H A Dbacktrace_benchmarks.cpp69 static void CreateMap(benchmark::State& state, BacktraceMap* (*map_func)(pid_t, bool)) { in CreateMap()
/aosp12/system/netd/server/
H A Dmain.cpp85 int tagSocketCallback(int sockFd, uint32_t tag, uid_t uid, pid_t) { in tagSocketCallback() argument
/aosp12/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
/aosp12/system/unwinding/libunwindstack/tests/
H A DLogFake.cpp85 extern "C" struct logger_list* android_logger_list_open(log_id_t, int, unsigned int, pid_t) { in android_logger_list_open() argument
/aosp12/bionic/libc/malloc_debug/tests/
H A Dlog_fake.cpp93 extern "C" struct logger_list* android_logger_list_open(log_id_t, int, unsigned int, pid_t) { in android_logger_list_open() argument
/aosp12/system/core/libprocessgroup/
H A Dtask_profiles.h51 virtual bool ExecuteForProcess(uid_t, pid_t) const { return false; }; in ExecuteForProcess() argument
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_callback_unit_test.cpp65 int tagSocketCallback(int, uint32_t, uid_t uid, pid_t) { in tagSocketCallback() argument
/aosp12/bionic/libc/include/sys/
H A Dtypes.h47 typedef __pid_t pid_t; typedef
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp235 virtual sp<MediaPlayerBase> createPlayer(pid_t /* pid */) { in createPlayer() argument
/aosp12/system/extras/simpleperf/
H A Drecord_lib_interface.cpp281 bool PerfEventSet::MonitorThreadsInCurrentProcess(const std::vector<pid_t>&) { in MonitorThreadsInCurrentProcess()
H A Dcmd_stat_impl.h206 const std::unordered_map<pid_t, ThreadInfo>& thread_map, in CounterSummaryBuilder()
/aosp12/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp113 static void iterate_siblings(bool (*callback)(pid_t, int), int output_fd) { in iterate_siblings()
/aosp12/system/memory/libmeminfo/tools/
H A Dlibrank.cpp455 [] (std::pair<pid_t, ProcessRecord> const& pair) { return pair.second; }); in main()
/aosp12/system/apex/apexd/
H A Dapexservice_test.cpp2584 ExecInMountNamespaceOf(GetPidOf("apexd"), [&](pid_t /*pid*/) { in TEST()
2589 ExecInMountNamespaceOf(1, [&](pid_t /*pid*/) { in TEST()
2612 ExecInMountNamespaceOf(GetPidOf("apexd"), [&](pid_t /*pid*/) { in TEST()
2619 ExecInMountNamespaceOf(GetPidOf(name), [&](pid_t /*pid*/) { in TEST()