コード例 #1
0
def pid_exists(pid):
    """Check For the existence of a unix pid."""
    return _psposix.pid_exists(pid)
コード例 #2
0
ファイル: _pssunos.py プロジェクト: ztop/psutil
def pid_exists(pid):
    """Check for the existence of a unix pid."""
    return _psposix.pid_exists(pid)