Searched refs:last_pid (Results 1 – 2 of 2) sorted by relevance
44 if (last_pid == new_pid && pc && pc >= last_range_start && in NeedsUpdate()47 last_pid = new_pid; in NeedsUpdate()58 int last_pid; member
114 int last_pid = 0; in IterateLwpAll() local115 if (LocalAtoi(entry->d_name, &lwpid) && last_pid != lwpid) { in IterateLwpAll()116 last_pid = lwpid; in IterateLwpAll()