fn sys_unlock(id: u32) -> u32Expand description
SYSNO: 21, unlock a memory pool.
Only the env which locked pool can unlock it.
ยงFailure
This syscall will return a negated-KError if the pool was not locked or locked by another env.
See Also: MemoryPool::unlock