Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/darwin-threads/
Dexamine-threads.c43 pid_t highest_pid = 0; in get_pid_for_process_name() local
54 if (all_pids[i] > highest_pid) in get_pid_for_process_name()
55 highest_pid = all_pids[i]; in get_pid_for_process_name()
66 printf(" defaulting to the highest-pid one, %d\n", highest_pid); in get_pid_for_process_name()
68 return highest_pid; in get_pid_for_process_name()