Searched refs:OS_GetTLSValue (Results 1 – 9 of 9) sorted by relevance
105 if (OS_GetTLSValue(ThreadInitializeIndex) != 0) in InitThread()133 if (OS_GetTLSValue(ThreadInitializeIndex) != 0) { in DetachThread()
49 void* OS_GetTLSValue(OS_TLSIndex nIndex);
46 return static_cast<TParseContext*>(OS_GetTLSValue(GlobalParseContextIndex)); in GetGlobalParseContext()
63 inline void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() function
47 return static_cast<TPoolAllocator*>(OS_GetTLSValue(PoolIndex)); in GetGlobalPoolAllocator()
55 void* OS_GetTLSValue (OS_TLSIndex nIndex) in OS_GetTLSValue() function
93 void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() function
143 void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() function
49 return *static_cast<TPoolAllocator*>(OS_GetTLSValue(PoolIndex)); in GetThreadPoolAllocator()