Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c6493 RTP_ID rtpid; in _rtp_spawn() local
6502 rtpid = rtpSpawn(rtpFileName, argv, envp, in _rtp_spawn()
6506 rtpid = rtpSpawn(rtpFileName, argv, (const char **)environ, in _rtp_spawn()
6509 if ((rtpid != RTP_ID_ERROR) && (mode == _P_WAIT)) { in _rtp_spawn()
6511 res = waitpid((pid_t)rtpid, &status, 0); in _rtp_spawn()
6518 return ((intptr_t)rtpid); in _rtp_spawn()

Completed in 16 milliseconds