Home
last modified time | relevance | path

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

/third_party/python/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)
Dqueues.py58 context.assert_spawning(self)
356 context.assert_spawning(self)
Dsynchronize.py101 context.assert_spawning(self)
220 context.assert_spawning(self)
Dcontext.py371 def assert_spawning(obj): function