Home
last modified time | relevance | path

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

/trueos/bin/pkill/tests/
HDpgrep-o_test.sh12 oldpid=$!
17 if [ "$pid" = "$oldpid" ]; then
22 kill $oldpid
HDpgrep-n_test.sh12 oldpid=$!
22 kill $oldpid
/trueos/sys/dev/hwpmc/
HDhwpmc_logging.c977 pmclog_process_procfork(struct pmc_owner *po, pid_t oldpid, pid_t newpid) in pmclog_process_procfork() argument
980 PMCLOG_EMIT32(oldpid); in pmclog_process_procfork()
/trueos/contrib/gdb/gdb/
HDremote.c1767 remote_current_thread (ptid_t oldpid) in remote_current_thread() argument
1777 return oldpid; in remote_current_thread()