Searched refs:OS_GetTLSValue (Results 1 – 5 of 5) sorted by relevance
21 … TThreadGlobalPools* globalPools= static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in InitializeGlobalPools()34 … TThreadGlobalPools* globalPools= static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in FreeGlobalPools()58 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in GetGlobalPoolAllocator()65 TThreadGlobalPools* threadData = static_cast<TThreadGlobalPools*>(OS_GetTLSValue(PoolIndex)); in SetGlobalPoolAllocator()
75 if (OS_GetTLSValue(ThreadInitializeIndex) != 0) in InitThread()101 if (OS_GetTLSValue(ThreadInitializeIndex) != 0) { in DetachThread()
58 inline void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() function
1486 …TThreadParseContext *lpParseContext = static_cast<TThreadParseContext *>(OS_GetTLSValue(GlobalPars… in InitializeGlobalParseContext()1511 …TThreadParseContext *lpParseContext = static_cast<TThreadParseContext *>(OS_GetTLSValue(GlobalPars… in FreeParseContext()1524 …TThreadParseContext *lpParseContext = static_cast<TThreadParseContext *>(OS_GetTLSValue(GlobalPars… in GetGlobalParseContext()
306 (OS_GetTLSValue):