Home
last modified time | relevance | path

Searched refs:get_start_method (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dspawn.py16 from . import get_start_method, set_start_method
181 start_method=get_start_method(),
Dcontext.py197 def get_start_method(self, allow_none=False): member in BaseContext
253 def get_start_method(self, allow_none=False): member in DefaultContext
Dsynchronize.py53 name = ctx.get_start_method()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dspawn.py16 from . import get_start_method, set_start_method
181 start_method=get_start_method(),
Dcontext.py197 def get_start_method(self, allow_none=False): member in BaseContext
253 def get_start_method(self, allow_none=False): member in DefaultContext
Dsynchronize.py53 name = ctx.get_start_method()
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dspawn.py16 from . import get_start_method, set_start_method
181 start_method=get_start_method(),
Dcontext.py197 def get_start_method(self, allow_none=False): member in BaseContext
253 def get_start_method(self, allow_none=False): member in DefaultContext
Dsynchronize.py53 name = ctx.get_start_method()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dspawn.py16 from . import get_start_method, set_start_method
181 start_method=get_start_method(),
Dcontext.py197 def get_start_method(self, allow_none=False): member in BaseContext
253 def get_start_method(self, allow_none=False): member in DefaultContext
Dsynchronize.py53 name = ctx.get_start_method()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dspawn.py16 from . import get_start_method, set_start_method
181 start_method=get_start_method(),
H A Dcontext.py197 def get_start_method(self, allow_none=False): member in BaseContext
253 def get_start_method(self, allow_none=False): member in DefaultContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dspawn.py16 from . import get_start_method, set_start_method
181 start_method=get_start_method(),
Dcontext.py197 def get_start_method(self, allow_none=False): member in BaseContext
253 def get_start_method(self, allow_none=False): member in DefaultContext
Dsynchronize.py53 name = ctx.get_start_method()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py528 if mp_context.get_start_method(allow_none=False) == "fork":
1085 if self.get_context().get_start_method(allow_none=False) == "fork":
1095 if self.get_context().get_start_method(allow_none=False) == "fork":
1108 if context.get_start_method(allow_none=False) == "fork":
1138 self.assertEqual(executor._mp_context.get_start_method(), "spawn")
1142 if context.get_start_method(allow_none=False) == "fork":
D_test_multiprocessing.py625 sm = multiprocessing.get_start_method()
680 sm = multiprocessing.get_start_method()
789 sm = multiprocessing.get_start_method()
5035 sm = multiprocessing.get_start_method()
5135 if multiprocessing.get_start_method() == 'fork':
5217 conn.send(multiprocessing.get_start_method())
5227 self.assertEqual(child_method, ctx.get_start_method())
5235 self.assertEqual(ctx.get_start_method(), method)
5244 old_method = multiprocessing.get_start_method()
5251 self.assertEqual(multiprocessing.get_start_method(), method)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/concurrent/futures/
Dprocess.py662 self._mp_context.get_start_method(allow_none=False) != "fork")
674 if self._mp_context.get_start_method(allow_none=False) == "fork":
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/concurrent/futures/
H A Dprocess.py662 self._mp_context.get_start_method(allow_none=False) != "fork")
674 if self._mp_context.get_start_method(allow_none=False) == "fork":
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/concurrent/futures/
Dprocess.py662 self._mp_context.get_start_method(allow_none=False) != "fork")
674 if self._mp_context.get_start_method(allow_none=False) == "fork":
/aosp_15_r20/external/python/cpython3/Lib/concurrent/futures/
Dprocess.py662 self._mp_context.get_start_method(allow_none=False) != "fork")
674 if self._mp_context.get_start_method(allow_none=False) == "fork":
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/concurrent/futures/
Dprocess.py662 self._mp_context.get_start_method(allow_none=False) != "fork")
674 if self._mp_context.get_start_method(allow_none=False) == "fork":
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/concurrent/futures/
Dprocess.py662 self._mp_context.get_start_method(allow_none=False) != "fork")
674 if self._mp_context.get_start_method(allow_none=False) == "fork":

12