Searched refs:OS_GetTLSValue (Results 1 – 10 of 10) sorted by relevance
105 if (OS_GetTLSValue(ThreadInitializeIndex) != nullptr) in InitThread()133 if (OS_GetTLSValue(ThreadInitializeIndex) != nullptr) { 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
100 void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() function
93 void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() function
49 return *static_cast<TPoolAllocator*>(OS_GetTLSValue(PoolIndex)); in GetThreadPoolAllocator()