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

/external/chromium/base/
H A Dprocess.h22 // ProcessId is a number which identifies the process in the OS.
25 typedef DWORD ProcessId; typedef in namespace:base
28 const ProcessId kNullProcessId = 0;
32 typedef pid_t ProcessId;
34 const ProcessId kNullProcessId = 0;
71 ProcessId pid() const;

Completed in 57 milliseconds