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

  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp 328 ThreadContext *MyTLS = new ThreadContext();
329 AllThreadContexts.push_back(MyTLS);
330 ICE_TLS_SET_FIELD(TLS, MyTLS);
338 Timers.initInto(MyTLS->Timers);
375 void GlobalContext::translateFunctionsWrapper(ThreadContext *MyTLS) {
376 ICE_TLS_SET_FIELD(TLS, MyTLS);
567 void GlobalContext::emitterWrapper(ThreadContext *MyTLS) {
568 ICE_TLS_SET_FIELD(TLS, MyTLS);
    [all...]
IceGlobalContext.h 384 void translateFunctionsWrapper(ThreadContext *MyTLS);
389 void emitterWrapper(ThreadContext *MyTLS);

Completed in 60 milliseconds