Example #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)
Example #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)