KasperskyOS Community Edition 1.1
Contents
Contents
KosThreadTlsSet()
This function is declared in the kos/thread.h
file.
Retcode KosThreadTlsSet(void *tls);
This function defines the address of the local storage for the thread (TLS).
Input argument tls
contains the TLS address.