Searched defs:ppid (Results 1 – 7 of 7) sorted by relevance
/system/libprocinfo/include/procinfo/ |
D | process.h | 55 pid_t ppid; member
|
/system/testing/gtest_extras/gtest_isolated/ |
D | IsolateMain.cpp | 102 pid_t ppid = getppid(); in RunInIsolationMode() local
|
/system/libprocinfo/ |
D | process.cpp | 177 int ppid = 0; in GetProcessInfoFromProcPidFd() local
|
/system/core/llkd/ |
D | libllkd.cpp | 293 pid_t ppid; // /proc/<tid>/stat field 4 parent pid. member 602 proc* llkTidAlloc(pid_t tid, pid_t pid, pid_t ppid, const char* comm, int time, char state, in llkTidAlloc() 743 bool llkSkipPpid(pid_t ppid) { in llkSkipPpid() 1031 unsigned ppid = -1; in llkCheck() local
|
/system/extras/simpleperf/ |
D | thread_tree.cpp | 52 bool ThreadTree::ForkThread(int pid, int tid, int ppid, int ptid) { in ForkThread()
|
D | record.cpp | 427 ForkRecord::ForkRecord(const perf_event_attr& attr, uint32_t pid, uint32_t tid, uint32_t ppid, in ForkRecord()
|
D | record.h | 354 uint32_t pid, ppid; member
|