コード例 #1
0
ファイル: _psosx.py プロジェクト: hybridlogic/psutil
 def get_process_num_threads(self):
     """Return the number of threads belonging to the process."""
     return _psutil_osx.get_process_num_threads(self.pid)
コード例 #2
0
 def get_process_num_threads(self):
     """Return the number of threads belonging to the process."""
     return _psutil_osx.get_process_num_threads(self.pid)