HomeSort by relevance Sort by last modified time
    Searched defs:ProcessId (Results 1 - 7 of 7) sorted by null

  /external/chromium/base/
process.h 22 // ProcessId is a number which identifies the process in the OS.
25 typedef DWORD ProcessId;
28 const ProcessId kNullProcessId = 0;
32 typedef pid_t ProcessId;
34 const ProcessId kNullProcessId = 0;
71 ProcessId pid() const;
  /external/chromium_org/base/process/
process_handle.h 22 // ProcessId is a number which identifies the process in the OS.
25 typedef DWORD ProcessId;
28 const ProcessId kNullProcessId = 0;
32 typedef pid_t ProcessId;
34 const ProcessId kNullProcessId = 0;
38 BASE_EXPORT ProcessId GetCurrentProcId();
45 BASE_EXPORT bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle);
53 BASE_EXPORT bool OpenPrivilegedProcessHandle(ProcessId pid,
58 BASE_EXPORT bool OpenProcessHandleWithAccess(ProcessId pid,
68 BASE_EXPORT ProcessId GetProcId(ProcessHandle process)
    [all...]
  /external/chromium_org/sandbox/win/src/
target_process.h 84 DWORD ProcessId() const {
nt_internals.h 537 USHORT ProcessId;
  /external/chromium_org/sandbox/win/tools/finder/
ntundoc.h 164 USHORT ProcessId;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]

Completed in 216 milliseconds