Searched defs:freeze_support (Results 1 - 11 of 11) sorted by relevance

/external/python/cpython2/Doc/includes/
H A Dmp_workers.py17 from multiprocessing import Process, Queue, current_process, freeze_support namespace
89 freeze_support()
H A Dmp_newtype.py9 from multiprocessing import freeze_support namespace
100 freeze_support()
H A Dmp_webserver.py18 from multiprocessing import Process, current_process, freeze_support namespace
69 freeze_support()
/external/python/cpython3/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()
/external/python/cpython2/Lib/multiprocessing/
H A D__init__.py47 'Process', 'current_process', 'active_children', 'freeze_support',
138 def freeze_support(): function
144 from multiprocessing.forking import freeze_support namespace
145 freeze_support()
H A Dforking.py332 def freeze_support(): function
354 freeze_support()
357 The "freeze_support()" line can be omitted if the program
/external/python/cpython2/Lib/multiprocessing/dummy/
H A D__init__.py36 'Process', 'current_process', 'active_children', 'freeze_support',
106 def freeze_support(): function
/external/python/cpython3/Lib/multiprocessing/dummy/
H A D__init__.py11 'Process', 'current_process', 'active_children', 'freeze_support',
72 def freeze_support(): function
/external/python/cpython3/Lib/multiprocessing/
H A Dspawn.py21 __all__ = ['_main', 'freeze_support', 'set_executable', 'get_executable',
62 def freeze_support(): function
132 freeze_support()
135 The "freeze_support()" line can be omitted if the program
H A Dcontext.py143 def freeze_support(self): member in class:BaseContext
148 from .spawn import freeze_support namespace
149 freeze_support()

Completed in 432 milliseconds