Exemple #1
0
 def num_threads(self):
     return cext.proc_num_threads(self.pid)
Exemple #2
0
 def num_threads(self):
     return cext.proc_num_threads(self.pid)
Exemple #3
0
 def num_threads(self):
     """Return the number of threads belonging to the process."""
     return cext.proc_num_threads(self.pid)