Home
last modified time | relevance | path

Searched refs:assert_spawning (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dsharedctypes.py40 from multiprocessing.forking import assert_spawning, ForkingPickler
159 assert_spawning(obj)
218 assert_spawning(self)
Dsynchronize.py48 from multiprocessing.forking import assert_spawning, Popen
95 assert_spawning(self)
205 assert_spawning(self)
Dqueues.py50 from .forking import assert_spawning
77 assert_spawning(self)
363 assert_spawning(self)
Dheap.py45 from multiprocessing.forking import assert_spawning
69 assert_spawning(self)
Dforking.py48 def assert_spawning(self): function
Dmanagers.py52 from multiprocessing.forking import exit, Popen, assert_spawning, ForkingPickler
/external/python/cpython3/Lib/multiprocessing/
Dsharedctypes.py16 from .context import reduction, assert_spawning
129 assert_spawning(obj)
199 assert_spawning(self)
Dheap.py18 from .context import reduction, assert_spawning
54 assert_spawning(self)
Dsynchronize.py101 context.assert_spawning(self)
220 context.assert_spawning(self)
Dqueues.py58 context.assert_spawning(self)
357 context.assert_spawning(self)
Dcontext.py357 def assert_spawning(obj): function