OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 57 milliseconds