⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

block_process

Function block_process 

Source
pub fn block_process(pid: ProcessId)
Expand description

Block a process (for signal handling like SIGSTOP) Sets process and thread states to Blocked and triggers reschedule