Skip to main content

walk_semaphores

Function walk_semaphores 

Source
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).