Searched refs:sTLSMap (Results 1 – 1 of 1) sorted by relevance
31 u16 sTLSMap = 0; // 0-15 ビットで TLS 確保状況を管理 variable40 return ((sTLSMap >> index) & 1) == 1; in IsMappedIndex()71 sTLSMap |= (1 << index); in AllocateTLSIndex()87 return sTLSMap &= ~(1 << index); in FreeTLSIndex()