Searched refs:freeze_support (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Doc/includes/ |
H A D | mp_newtype.py | 1 from multiprocessing import freeze_support namespace 88 freeze_support()
|
H A D | mp_workers.py | 4 from multiprocessing import Process, Queue, current_process, freeze_support namespace 76 freeze_support()
|
H A D | mp_pool.py | 152 multiprocessing.freeze_support()
|
/third_party/python/Lib/multiprocessing/ |
H A D | context.py | 144 def freeze_support(self): member in BaseContext 149 from .spawn import freeze_support namespace 150 freeze_support()
|
H A D | spawn.py | 21 __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__.py | 11 'Process', 'current_process', 'active_children', 'freeze_support', 75 def freeze_support(): function
|
Completed in 3 milliseconds