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

  /external/chromium_org/base/process/
process_handle.h 20 // ProcessHandle is a platform specific type which represents the underlying OS
24 typedef HANDLE ProcessHandle;
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* handle)
    [all...]
  /external/chromium_org/content/common/
handle_enumerator_win.h 15 ProcessHandle,
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 160 struct ProcessHandle : CommonHandle {};
167 typedef ScopedHandle<ProcessHandle> ProcessScopedHandle;
  /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 142 milliseconds