Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c6218 RTP_ID rtpid; in _rtp_spawn() local
6227 rtpid = rtpSpawn(rtpFileName, argv, envp, in _rtp_spawn()
6231 rtpid = rtpSpawn(rtpFileName, argv, (const char **)environ, in _rtp_spawn()
6234 if ((rtpid != RTP_ID_ERROR) && (mode == _P_WAIT)) { in _rtp_spawn()
6236 res = waitpid((pid_t)rtpid, &status, 0); in _rtp_spawn()
6243 return ((intptr_t)rtpid); in _rtp_spawn()