HomeSort by relevance Sort by last modified time
    Searched refs:_daemonic (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Lib/multiprocessing/
process.py 99 self._daemonic = _current_process._daemonic
123 assert not _current_process._daemonic, \
184 return self._daemonic
192 self._daemonic = daemonic
246 status, self._daemonic and ' daemon' or '')
312 self._daemonic = False
util.py 322 if p._daemonic:
  /external/python/cpython3/Lib/
threading.py 789 self._daemonic = daemon
791 self._daemonic = current_thread().daemon
823 if self._daemonic:
887 if self._daemonic and _sys is None:
    [all...]

Completed in 136 milliseconds