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