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

  /external/swiftshader/third_party/subzero/src/
IceLiveness.h 114 static void TlsInit() { LivenessAllocatorTraits::init(); }
IceCfg.h 349 static void TlsInit() { CfgAllocatorTraits::init(); }
IceGlobalContext.cpp 322 GlobalContext::TlsInit();
323 Cfg::TlsInit();
324 Liveness::TlsInit();
463 void GlobalContext::TlsInit() { ICE_TLS_INIT_FIELD(TLS); }
    [all...]

Completed in 78 milliseconds