Home
last modified time | relevance | path

Searched refs:last_pid (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fork/
Dfork13.c85 pid_t last_pid = 0; in check() local
99 distance = pid_distance(last_pid, pid); in check()
105 "iteration=%ld.", last_pid, in check()
110 last_pid = pid; in check()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_mapping_libcdep.cc44 if (last_pid == new_pid && pc && pc >= last_range_start && in NeedsUpdate()
47 last_pid = new_pid; in NeedsUpdate()
58 int last_pid; member
/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.cc114 int last_pid = 0; in IterateLwpAll() local
115 if (LocalAtoi(entry->d_name, &lwpid) && last_pid != lwpid) { in IterateLwpAll()
116 last_pid = lwpid; in IterateLwpAll()
/external/perf_data_converter/src/quipper/
Dperf_parser.cc340 u32 last_pid = 0; in FindDsoBuildId() local
355 if (pid == last_pid || pid == tid) continue; in FindDsoBuildId()
356 last_pid = pid; in FindDsoBuildId()