Home
last modified time | relevance | path

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

/freebsd/usr.bin/gcore/
H A Delfcore.c123 static pid_t g_pid; /* Pid being dumped, global for elf_detach */ variable
160 if (g_pid != 0) { in elf_detach()
168 ptrace(PT_DETACH, g_pid, (caddr_t)1, sig); in elf_detach()
188 g_pid = pid; in elf_coredump()