Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/os/
Dos_ThreadLocalStorage.cpp31 u16 sTLSMap = 0; // 0-15 ビットで TLS 確保状況を管理 variable
40 return ((sTLSMap >> index) & 1) == 1; in IsMappedIndex()
71 sTLSMap |= (1 << index); in AllocateTLSIndex()
87 return sTLSMap &= ~(1 << index); in FreeTLSIndex()