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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 124 'daemonic processes are not allowed to have children'
178 def daemon(self, daemonic):
183 self._daemonic = daemonic
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 124 'daemonic processes are not allowed to have children'
178 def daemon(self, daemonic):
183 self._daemonic = daemonic
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 778 # reported. Also, we only suppress them for daemonic threads;
779 # if a non-daemonic encounters this, something else is wrong.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 778 # reported. Also, we only suppress them for daemonic threads;
779 # if a non-daemonic encounters this, something else is wrong.
    [all...]

Completed in 67 milliseconds