[−][src]Function sunrise_kernel::syscalls::start_thread
pub fn start_thread(thread_handle: u32) -> Result<(), UserspaceError>
Starts a previously created thread.
Error
InvalidHandleif the handle is not a thread_handle,InvalidStateif the thread has already started,