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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
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");
ossource_nspr.cpp 28 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue)
31 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");

Completed in 53 milliseconds