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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 345 if getattr(process.current_process(), '_inheriting', False):
378 process.current_process()._inheriting = True
382 process.current_process()._inheriting = False
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 345 if getattr(process.current_process(), '_inheriting', False):
378 process.current_process()._inheriting = True
382 process.current_process()._inheriting = False

Completed in 26 milliseconds