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

  /external/chromium_org/third_party/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");

Completed in 20 milliseconds