Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_perfmon.c473 int c_pid = children[i].pid; in perfmon_exit() local
475 if (kill(c_pid, SIGKILL)==0) in perfmon_exit()
476 waitpid(c_pid, NULL, 0); in perfmon_exit()