HomeSort by relevance Sort by last modified time
    Searched refs:last_pid (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/syscalls/fork/
fork13.c 19 * pid_ns->last_pid = pid;
20 * pid_ns->last_pid = pid;
24 * last = pid_ns->last_pid; // == n
85 pid_t last_pid = 0; local
99 distance = pid_distance(last_pid, pid);
105 "iteration=%ld.", last_pid,
110 last_pid = pid;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 44 if (last_pid == new_pid && pc && pc >= last_range_start &&
47 last_pid = new_pid;
58 int last_pid; member in struct:__sanitizer::CachedMapping
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 114 int last_pid = 0; local
115 if (LocalAtoi(entry->d_name, &lwpid) && last_pid != lwpid) {
116 last_pid = lwpid;
  /external/valgrind/coregrind/
m_options.c 230 static Int last_pid; local
233 if (last_pid != pid)
235 last_pid = pid;

Completed in 216 milliseconds