Searched defs:processId (Results 1 – 6 of 6) sorted by relevance
28 private int processId; field in ShadowEventLog.ShadowEvent59 private int processId = ShadowProcess.myPid(); field in ShadowEventLog.EventBuilder67 public EventBuilder setProcessId(int processId) { in setProcessId()
53 String[] environmentVariables, String workingDirectory, int[] processId); in createSubprocess()65 public static native int waitFor(int processId); in waitFor()
30 private int processId; field in ShadowEventLog.ShadowEvent67 private int processId = ShadowProcess.myPid(); field in ShadowEventLog.EventBuilder76 public EventBuilder setProcessId(int processId) { in setProcessId()
79 DWORD processId, in GetProcessWindows()
993 final int processId = Integer.parseInt(fields[1], 10); in getDeqpProcessPids() local
4873 DWORD processId; local