Searched defs:Cid (Results 1 – 4 of 4) sorted by relevance
55 cid: Cid, in new()75 cid: Cid, in start()124 fn run_vm(config: &VmConfig, cid: Cid, log_fd: Option<File>) -> Result<SharedChild, Error> { in run_vm()
33 type Cid = u32; typedef
191 pub fn callback_on_died(&self, cid: Cid) { in callback_on_died()251 fn allocate_cid(&mut self) -> binder::Result<Cid> { in allocate_cid()269 cid: Cid, in start_vm()
24 using Cid = uint16_t; variable