摘要:
#ifdef AIXINT32 CProcessState::GetProcessState(const INT64 lPid, TProState* pProcessState){ INT32 nRet = ZX_SYS_NO_ERROR; char cState = CHAR_SNONE; pid_t pid = lPid; INT32 nState = 0; INT64 lPageSize = 0; struct procsinfo pi; if (pProcessState == NULL) { ZX_ERROR(LOG_N... 阅读全文