KasperskyOS Community Edition 1.1
Contents
Contents
KosThreadCallbackRegister()
This function is declared in the kos/thread.h
file.
Retcode KosThreadCallbackRegister(KosThreadCallback *callback);
This function registers a custom callback function. When a thread is created and terminated, all registered callback functions will be called.
Page top