Esempio n. 1
0
 def get_process_num_threads(self):
     """Return the number of threads belonging to the process."""
     return _psutil_bsd.get_process_num_threads(self.pid)
Esempio n. 2
0
 def get_process_num_threads(self):
     """Return the number of threads belonging to the process."""
     return _psutil_bsd.get_process_num_threads(self.pid)