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

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsProcessMac.cpp160 nsProcess::GetPid(PRUint32 *aPid) argument
H A DnsProcessCommon.cpp330 nsProcess::GetPid(PRUint32 *aPid) argument
/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp229 HRESULT Session::getPID(ULONG *aPid) argument
233 *aPid = (ULONG)RTProcSelf();
234 AssertCompile(sizeof(*aPid) == sizeof(RTPROCESS));
H A DGuestSessionImpl.cpp3417 HRESULT GuestSession::processGet(ULONG aPid, ComPtr<IGuestProcess> &aGuestProcess) argument
3423 LogFlowThisFunc(("PID=%RU32\n", aPid));
3425 if (aPid == 0)
3433 int rc = i_processGetByPID(aPid, &pProcess);
3435 hr = setError(E_INVALIDARG, tr("No process with PID %RU32 found"), aPid);

Completed in 433 milliseconds