Searched defs:processId (Results 1 – 5 of 5) sorted by relevance
53 String[] environmentVariables, String workingDirectory, int[] processId); in createSubprocess()65 public static native int waitFor(int processId); in waitFor()
28 private int processId; field in ShadowEventLog.ShadowEvent59 private int processId = ShadowProcess.myPid(); field in ShadowEventLog.EventBuilder67 public EventBuilder setProcessId(int processId) { in setProcessId()
149 "processId": "${command:pickProcess}", string
982 final int processId = Integer.parseInt(fields[1], 10); in getDeqpProcessPids() local
4663 DWORD processId; local