Home
last modified time | relevance | path

Searched refs:sTLSMap (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_ThreadLocalStorage.cpp54 u16 sTLSMap = 0; // Manages TLS allocation status with bits 0 to 15 variable
68 return ((sTLSMap >> index) & 1) == 1; in IsMappedIndex()
99 sTLSMap |= (1 << index); in AllocateTLSIndex()
115 return sTLSMap &= ~(1 << index); in FreeTLSIndex()