pub unsafe extern "C" fn thread_getstatus(
pid: kernel_pid_t,
) -> thread_status_t
Expand description
@brief Returns the status of a process
@param[in] pid the PID of the thread to get the status from
@return status of the thread
@return STATUS_NOT_FOUND
if pid is unknown