Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dsyscall.rs502 ShmCtlCmd::ShmUnlock => shm_manager_guard.shm_unlock(id), in shmctl()
H A Dshm.rs362 pub fn shm_unlock(&mut self, id: ShmId) -> Result<usize, SystemError> { in shm_unlock() method