This function is declared in the kos/thread.h file.
kos/thread.h
Retcode KosThreadResume(Tid tid);
This function resumes the thread with the identifier tid that was created in the suspended state.
tid
If successful, the function returns rcOk.