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 25 // ProcessHandle is a platform specific type which represents the underlying OS
29 typedef HANDLE ProcessHandle;
32 const ProcessHandle kNullProcessHandle = NULL;
35 typedef zx_handle_t ProcessHandle;
37 const ProcessHandle kNullProcessHandle = ZX_HANDLE_INVALID;
40 // On POSIX, our ProcessHandle will just be the PID.
41 typedef pid_t ProcessHandle;
43 const ProcessHandle kNullProcessHandle = 0;
78 // Returns the ProcessHandle of the current process.
79 BASE_EXPORT ProcessHandle GetCurrentProcessHandle()
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 161 struct ProcessHandle : CommonHandle {};
168 typedef ScopedHandle<ProcessHandle> ProcessScopedHandle;
  /external/swiftshader/third_party/llvm-7.0/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;
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h     [all...]

Completed in 4843 milliseconds