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

/external/chromium/base/
H A Dprocess.h20 // ProcessHandle is a platform specific type which represents the underlying OS
24 typedef HANDLE ProcessHandle; typedef in namespace:base
27 const ProcessHandle kNullProcessHandle = NULL;
30 // On POSIX, our ProcessHandle will just be the PID.
31 typedef pid_t ProcessHandle;
33 const ProcessHandle kNullProcessHandle = 0;
51 explicit Process(ProcessHandle handle) : process_(handle) {
62 ProcessHandle handle() const { return process_; }
63 void set_handle(ProcessHandle handle) {
100 ProcessHandle process
[all...]
/external/chromium_org/base/process/
H A Dprocess_handle.h20 // ProcessHandle is a platform specific type which represents the underlying OS
24 typedef HANDLE ProcessHandle; typedef in namespace:base
27 const ProcessHandle kNullProcessHandle = NULL;
30 // On POSIX, our ProcessHandle will just be the PID.
31 typedef pid_t ProcessHandle;
33 const ProcessHandle kNullProcessHandle = 0;
40 // Returns the ProcessHandle of the current process.
41 BASE_EXPORT ProcessHandle GetCurrentProcessHandle();
45 BASE_EXPORT bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle);
54 ProcessHandle* handl
[all...]
/external/chromium_org/content/common/
H A Dhandle_enumerator_win.h15 ProcessHandle, enumerator in enum:content::HandleType
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp159 struct ProcessHandle : CommonHandle {}; struct in namespace:__anon21880
166 typedef ScopedHandle<ProcessHandle> ProcessScopedHandle;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h1219 HANDLE ProcessHandle; member in struct:_MINIDUMP_CALLBACK_INPUT
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h1219 HANDLE ProcessHandle; member in struct:_MINIDUMP_CALLBACK_INPUT

Completed in 4747 milliseconds