Home
last modified time | relevance | path

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

/external/rust/crates/libc/src/vxworks/
Dmod.rs998 pub const RTP_ID_ERROR: ::RTP_ID = -1; constant
/external/python/cpython3/Modules/
Dposixmodule.c6234 if ((rtpid != RTP_ID_ERROR) && (mode == _P_WAIT)) { in _rtp_spawn()
6240 return RTP_ID_ERROR; in _rtp_spawn()