KasperskyOS Community Edition 1.1
Contents
Contents
KosThreadTlsGet()
This function is declared in the kos/thread.h
file.
void *KosThreadTlsGet(void);
This function returns the pointer to the local storage of the thread (TLS) or RTL_NULL if there is no TLS.
Page top