Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_posix.py1562 spawn_func = None variable in _PosixSpawnMixin
1581 pid = self.spawn_func(args[0], args, os.environ)
1589 pid = self.spawn_func(no_such_executable,
1610 pid = self.spawn_func(args[0], args,
1617 pid = self.spawn_func(
1626 pid = self.spawn_func(
1635 pid = self.spawn_func(
1644 pid = self.spawn_func(
1654 self.spawn_func(sys.executable,
1659 pid = self.spawn_func(
1908 spawn_func = getattr(posix, 'posix_spawn', None) global() variable in TestPosixSpawn
1913 spawn_func = getattr(posix, 'posix_spawnp', None) global() variable in TestPosixSpawnP
[all...]

Completed in 3 milliseconds