Searched refs:query_if_attached (Results 1 – 3 of 3) sorted by relevance
107 fn query_if_attached(&mut self, pid: Pid) -> TargetResult<AttachKind, Self>; in query_if_attached() method
88 …) Automatically track Attached/Spawned PIDs without implementing `ExtendedMode::query_if_attached`.
372 ops.query_if_attached(pid).handle_error()?.was_attached() in handle_base()