KasperskyOS Community Edition 1.1
Contents
Contents
KosThreadSuspend()
This function is declared in the kos/thread.h
file.
Retcode KosThreadSuspend(Tid tid);
Permanently stops the current thread without finishing it.
The tid
parameter must be equal to the identifier of the current thread (a limitation of the current implementation).
If successful, the function returns rcOk.
Page top