Home
last modified time | relevance | path

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

/external/rust/crates/libc/src/vxworks/
Dmod.rs91 pub type RTP_ID = ::OBJ_HANDLE; typedef
435 pub parentId : ::RTP_ID,
998 pub const RTP_ID_ERROR: ::RTP_ID = -1;
1737 rtpId: ::RTP_ID, in _sigqueue() argument
1754 pub fn rtpInfoGet(rtpId: ::RTP_ID, rtpStruct: *mut ::RTP_DESC) -> ::c_int; in rtpInfoGet() argument
1763 ) -> RTP_ID; in rtpSpawn() argument
/external/python/cpython3/Modules/
Dposixmodule.c6218 RTP_ID rtpid; in _rtp_spawn()