Home
last modified time | relevance | path

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

/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()