Searched refs:_start_method (Results 1 – 10 of 10) sorted by relevance
221 _start_method = None variable in Process277 _start_method = 'fork' variable in ForkProcess284 _start_method = 'spawn' variable in SpawnProcess296 _start_method = 'forkserver' variable in ForkServerProcess332 _start_method = 'spawn' variable in SpawnProcess
295 if self._start_method is not None:296 context._force_start_method(self._start_method)
221 _start_method = None variable in Process278 _start_method = 'fork' variable in ForkProcess285 _start_method = 'spawn' variable in SpawnProcess297 _start_method = 'forkserver' variable in ForkServerProcess333 _start_method = 'spawn' variable in SpawnProcess