Lines Matching refs:current_process
251 current = self.current_process()
306 self.assertEqual(proc0.daemon, self.current_process().daemon)
314 current = cls.current_process()
333 self.assertEqual(parent_pid, self.current_process().pid)
335 self.assertEqual(parent_name, self.current_process().name)
390 current = self.current_process()
4569 # assert record.processName == multiprocessing.current_process().name
5846 current_process = staticmethod(multiprocessing.current_process)
5932 current_process = staticmethod(multiprocessing.dummy.current_process)