pub fn walk_semaphores<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
) -> Result<Vec<IpcSemInfo>>Expand description
Walk System V semaphore sets via the kernel sem_ids structure.
Returns Ok(Vec::new()) if the sem_ids symbol is not found (profile
may not include it).