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