Home
last modified time | relevance | path

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

/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/os/
Dos_ThreadLocalStorage.cpp57 u16 sTLSMap = 0; // Manage TLS allocation state with bits 0 - 15 variable
66 return ((sTLSMap >> index) & 1) == 1; in IsMappedIndex()
97 sTLSMap |= (1 << index); in AllocateTLSIndex()
113 return sTLSMap &= ~(1 << index); in FreeTLSIndex()