Home
last modified time | relevance | path

Searched refs:freeze_support (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Doc/includes/
H A Dmp_newtype.py1 from multiprocessing import freeze_support namespace
88 freeze_support()
H A Dmp_workers.py4 from multiprocessing import Process, Queue, current_process, freeze_support namespace
76 freeze_support()
H A Dmp_pool.py152 multiprocessing.freeze_support()
/third_party/python/Lib/multiprocessing/
H A Dcontext.py144 def freeze_support(self): member in BaseContext
149 from .spawn import freeze_support namespace
150 freeze_support()
H A Dspawn.py21 __all__ = ['_main', 'freeze_support', 'set_executable', 'get_executable',
65 def freeze_support(): function
147 freeze_support()
150 The "freeze_support()" line can be omitted if the program
/third_party/python/Lib/multiprocessing/dummy/
H A D__init__.py11 'Process', 'current_process', 'active_children', 'freeze_support',
75 def freeze_support(): function

Completed in 3 milliseconds