Searched refs:OS_AllocTLSIndex (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dossource_nspr.cpp15 OS_TLSIndex OS_AllocTLSIndex() function
21 assert(0 && "OS_AllocTLSIndex(): Unable to allocate Thread Local Storage");
H A Dossource_posix.cpp19 OS_TLSIndex OS_AllocTLSIndex() function
27 assert(0 && "OS_AllocTLSIndex(): Unable to allocate Thread Local Storage");
H A DInitializeDll.cpp24 ThreadInitializeIndex = OS_AllocTLSIndex();
H A Dossource_win.cpp20 OS_TLSIndex OS_AllocTLSIndex() function
24 assert(0 && "OS_AllocTLSIndex(): Unable to allocate Thread Local Storage");
H A Dosinclude.h54 OS_TLSIndex OS_AllocTLSIndex();
H A DPoolAlloc.cpp44 if ((PoolIndex = OS_AllocTLSIndex()) == OS_INVALID_TLS_INDEX)
H A DParseHelper.cpp1455 GlobalParseContextIndex = OS_AllocTLSIndex();

Completed in 456 milliseconds