Searched refs:initThreadMaybe (Results 1 – 5 of 5) sorted by relevance
246 ALWAYS_INLINE void initThreadMaybe(bool MinimalInit = false) {247 TSDRegistry.initThreadMaybe(this, MinimalInit); in unmapTestOnly() 340 initThreadMaybe();441 initThreadMaybe(/*MinimalInit=*/true);487 initThreadMaybe();604 initThreadMaybe(); in disable() 617 initThreadMaybe(); in enable() 660 initThreadMaybe(); in releaseToOS() 672 initThreadMaybe(); in iterateOverChunks() 716 initThreadMaybe();[all...]
96 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, bool MinimalInit) { in initThreadMaybe() function
87 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, in initThreadMaybe() function
101 Registry->initThreadMaybe(Allocator.get(), /*MinimalInit=*/true); in testRegistry()109 Registry->initThreadMaybe(Allocator.get(), /*MinimalInit=*/false); in testRegistry()141 Registry->initThreadMaybe(Allocator, /*MinimalInit=*/false); in stressCache()196 Registry->initThreadMaybe(Allocator, /*MinimalInit=*/false); in stressSharedRegistry()
78 this->initThreadMaybe(); in TestAllocator()