OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS_GetTLSValue
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
InitializeParseContext.cpp
38
return static_cast<TParseContext*>(
OS_GetTLSValue
(GlobalParseContextIndex));
osinclude.h
55
inline void*
OS_GetTLSValue
(OS_TLSIndex nIndex)
PoolAlloc.cpp
39
return static_cast<TPoolAllocator*>(
OS_GetTLSValue
(PoolIndex));
Completed in 164 milliseconds