예제 #1
0
파일: _psbsd.py 프로젝트: OYZQ/odoo_qingjia
 def get_process_num_threads(self):
     """Return the number of threads belonging to the process."""
     return _psutil_bsd.get_process_num_threads(self.pid)
예제 #2
0
파일: _psbsd.py 프로젝트: THM1/fly-laserbox
 def get_process_num_threads(self):
     """Return the number of threads belonging to the process."""
     return _psutil_bsd.get_process_num_threads(self.pid)