예제 #1
0
파일: _psbsd.py 프로젝트: 2089764/psutil
 def num_threads(self):
     return cext.proc_num_threads(self.pid)
예제 #2
0
 def num_threads(self):
     return cext.proc_num_threads(self.pid)
예제 #3
0
파일: _psbsd.py 프로젝트: ztop/psutil
 def num_threads(self):
     """Return the number of threads belonging to the process."""
     return cext.proc_num_threads(self.pid)