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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DInitializeDll.cpp83 if (!OS_SetTLSValue(ThreadInitializeIndex, (void *)1)) {
102 if (!OS_SetTLSValue(ThreadInitializeIndex, (void *)0)) {
H A Dossource_nspr.cpp28 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) function
31 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
H A Dossource_posix.cpp36 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) function
39 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
53 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
H A Dossource_win.cpp32 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) function
35 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
49 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
H A Dosinclude.h55 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue);
H A DPoolAlloc.cpp28 OS_SetTLSValue(PoolIndex, threadData);
H A DParseHelper.cpp1499 OS_SetTLSValue(GlobalParseContextIndex, lpThreadData);

Completed in 508 milliseconds