Home
last modified time | relevance | path

Searched refs:MinimalInit (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h59 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, bool MinimalInit) { in initThreadMaybe()
62 initThread(Instance, MinimalInit); in initThreadMaybe()
104 NOINLINE void initThread(Allocator *Instance, bool MinimalInit) { in initThread()
106 if (UNLIKELY(MinimalInit)) in initThread()
H A Dtsd_shared.h55 UNUSED bool MinimalInit) { in initThreadMaybe()
H A Dcombined.h218 ALWAYS_INLINE void initThreadMaybe(bool MinimalInit = false) {
219 TSDRegistry.initThreadMaybe(this, MinimalInit);
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp55 void initThread(bool MinimalInit) { in initThread() argument
57 if (UNLIKELY(MinimalInit)) in initThread()
H A Dscudo_tsd_exclusive.inc30 ALWAYS_INLINE void initThreadMaybe(bool MinimalInit = false) {
33 initThread(MinimalInit);
H A Dscudo_tsd_shared.inc36 ALWAYS_INLINE void initThreadMaybe(bool MinimalInit = false) {
39 initThread(MinimalInit);
H A Dscudo_tsd.h57 void initThread(bool MinimalInit);
H A Dscudo_tsd_shared.cpp60 void initThread(bool MinimalInit) { in initThread() argument