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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/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
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py36 'Process', 'current_process', 'active_children', 'freeze_support',
106 def freeze_support(): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
H A D__init__.py36 'Process', 'current_process', 'active_children', 'freeze_support',
106 def freeze_support(): function

Completed in 634 milliseconds