Searched defs:ProcessHandle (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/process/
H A Dprocess_handle.h21 // ProcessHandle is a platform specific type which represents the underlying OS
25 typedef HANDLE ProcessHandle; typedef in namespace:base
28 const ProcessHandle kNullProcessHandle = NULL;
31 // On POSIX, our ProcessHandle will just be the PID.
32 typedef pid_t ProcessHandle;
34 const ProcessHandle kNullProcessHandle = 0;
60 // Returns the ProcessHandle of the current process.
61 BASE_EXPORT ProcessHandle GetCurrentProcessHandle();
69 BASE_EXPORT ProcessId GetProcId(ProcessHandle process);
72 BASE_EXPORT ProcessId GetParentProcessId(ProcessHandle proces
[all...]
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp161 struct ProcessHandle : CommonHandle {}; struct in namespace:__anon12834
168 typedef ScopedHandle<ProcessHandle> ProcessScopedHandle;
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h1219 HANDLE ProcessHandle; member in struct:_MINIDUMP_CALLBACK_INPUT

Completed in 250 milliseconds