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

  /external/libchrome/base/process/
process_handle.h 21 // ProcessHandle is a platform specific type which represents the underlying OS
25 typedef HANDLE ProcessHandle;
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 process)
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 161 struct ProcessHandle : CommonHandle {};
168 typedef ScopedHandle<ProcessHandle> ProcessScopedHandle;
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 156 struct ProcessHandle : CommonHandle {};
163 typedef ScopedHandle<ProcessHandle> ProcessScopedHandle;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvdeo.h 276 HANDLE ProcessHandle;
  /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...]

Completed in 241 milliseconds