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

  /external/libchrome/base/process/
process_handle.h 23 // ProcessId is a number which identifies the process in the OS.
26 typedef DWORD ProcessId;
29 const ProcessId kNullProcessId = 0;
33 typedef pid_t ProcessId;
35 const ProcessId kNullProcessId = 0;
41 BASE_EXPORT ProcessId GetCurrentProcId();
57 ProcessId pid_outside_of_namespace);
69 BASE_EXPORT ProcessId GetProcId(ProcessHandle process);
72 BASE_EXPORT ProcessId GetParentProcessId(ProcessHandle process);
  /external/llvm/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
48 ProcessId Pid;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avrfsdk.h 60 ULONG ProcessId;
wct.h 58 DWORD ProcessId;
evntcons.h 56 ULONG ProcessId;
wtsapi32.h 67 DWORD ProcessId;
74 DWORD ProcessId;
169 WINBOOL WINAPI WTSTerminateProcess(HANDLE hServer,DWORD ProcessId,DWORD ExitCode);
evntrace.h 305 ULONG ProcessId;
342 ULONG ProcessId;
ntsecpkg.h 133 ULONG ProcessID;
148 ULONG ProcessId;
    [all...]
  /external/libchrome/sandbox/win/tools/finder/
ntundoc.h 164 USHORT ProcessId;
  /external/libchrome/sandbox/win/src/
nt_internals.h 561 USHORT ProcessId;
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 997 milliseconds