Searched refs:_current_process (Results 1 – 2 of 2) sorted by relevance
63 return _current_process70 return list(_current_process._children)78 for p in list(_current_process._children):80 _current_process._children.discard(p)96 count = _current_process._counter.next()97 self._identity = _current_process._identity + (count,)98 self._authkey = _current_process._authkey99 self._daemonic = _current_process._daemonic100 self._tempdir = _current_process._tempdir123 assert not _current_process._daemonic, \[all …]
41 return _current_process84 self._identity = _current_process._identity + (count,)85 self._config = _current_process._config.copy()87 self._parent_name = _current_process.name118 assert not _current_process._config.get('daemon'), \158 if self is _current_process:240 if self is _current_process:261 if self is _current_process:292 global _current_process, _parent_process, _process_counter, _children300 old_process = _current_process[all …]