示例#1
0
文件: _pssunos.py 项目: ztop/psutil
 def gids(self):
     _, _, _, real, effective, saved = cext.proc_cred(self.pid)
     return _common.puids(real, effective, saved)
示例#2
0
 def gids(self):
     _, _, _, real, effective, saved = cext.proc_cred(self.pid)
     return _common.puids(real, effective, saved)