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.h 447 void translateFunctionsWrapper(ThreadContext *MyTLS) {
448 ICE_TLS_SET_FIELD(TLS, MyTLS);
455 void emitterWrapper(ThreadContext *MyTLS) {
456 ICE_TLS_SET_FIELD(TLS, MyTLS);
IceGlobalContext.cpp 328 ThreadContext *MyTLS = new ThreadContext();
329 AllThreadContexts.push_back(MyTLS);
330 ICE_TLS_SET_FIELD(TLS, MyTLS);
338 Timers.initInto(MyTLS->Timers);
    [all...]

Completed in 66 milliseconds