コード例 #1
0
ファイル: _psosx.py プロジェクト: mx739150/ambari-app
 def gids(self):
     real, effective, saved = cext.proc_gids(self.pid)
     return _common.pgids(real, effective, saved)
コード例 #2
0
ファイル: _psosx.py プロジェクト: dangpu/momoko
 def gids(self):
     real, effective, saved = cext.proc_gids(self.pid)
     return _common.pgids(real, effective, saved)