Home
last modified time | relevance | path

Searched refs:pid (Results 26 – 33 of 33) sorted by relevance

12

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc375 pid_t pid = getpid(); in ZygoteHooks_nativePostForkChild() local
376 proc_name = StringPrintf("%u", static_cast<uint32_t>(pid)); in ZygoteHooks_nativePostForkChild()
/art/tools/jvmti-agents/field-null-percent/
DREADME.md41 > `kill -SIGQUIT $(pid com.littleinc.orm_benchmark)`
/art/test/004-ThreadStress/src-art/
DMain.java91 private final static int pid; field in Main.SigQuit
112 pid = pidTemp;
120 kill.invoke(null, pid, sigquit); in perform()
/art/tools/jvmti-agents/field-counts/
DREADME.md46 > `kill -SIGQUIT $(pid com.littleinc.orm_benchmark)`
/art/tools/runtime_memusage/
DREADME46 default: only the last pid is processed
/art/test/913-heaps/src/art/
DTest913.java316 int pid = Integer.parseInt(new File("/proc/self").getCanonicalFile().getName()); in hasImage() local
317 BufferedReader reader = new BufferedReader(new FileReader("/proc/" + pid + "/maps")); in hasImage()
/art/adbconnection/
Dadbconnection.cc484 {.type = AdbConnectionClientInfoType::pid, in SetupAdbConnection()
485 .data.pid = static_cast<uint64_t>(getpid())}, in SetupAdbConnection()
/art/tools/common/
Dcommon.py157 os.killpg(os.getpgid(proc.pid), signal.SIGTERM)

12