Home
last modified time | relevance | path

Searched defs:spawn_func (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_posix.py1562 spawn_func = None variable in _PosixSpawnMixin
1908 spawn_func = getattr(posix, 'posix_spawn', None) variable in TestPosixSpawn
1913 spawn_func = getattr(posix, 'posix_spawnp', None) variable in TestPosixSpawnP