HomeSort by relevance Sort by last modified time
    Searched refs:OS_SetTLSValue (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
InitializeDll.cpp 83 if (!OS_SetTLSValue(ThreadInitializeIndex, (void *)1)) {
102 if (!OS_SetTLSValue(ThreadInitializeIndex, (void *)0)) {
ossource_nspr.cpp 28 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue)
31 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
ossource_posix.cpp 36 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue)
39 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
53 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
ossource_win.cpp 32 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue)
35 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
49 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
osinclude.h 55 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue);
PoolAlloc.cpp 28 OS_SetTLSValue(PoolIndex, threadData);
ParseHelper.cpp     [all...]

Completed in 339 milliseconds