Home
last modified time | relevance | path

Searched refs:initThread (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h62 initThread(Instance, MinimalInit); in initThreadMaybe()
104 NOINLINE void initThread(Allocator *Instance, bool MinimalInit) { in initThread() function
H A Dtsd_shared.h58 initThread(Instance); in initThreadMaybe()
153 NOINLINE void initThread(Allocator *Instance) { in initThread() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_tsd.h57 void initThread(bool MinimalInit);
H A Dscudo_tsd_exclusive.cpp55 void initThread(bool MinimalInit) { in initThread() function
H A Dscudo_tsd_exclusive.inc33 initThread(MinimalInit);
H A Dscudo_tsd_shared.inc39 initThread(MinimalInit);
H A Dscudo_tsd_shared.cpp60 void initThread(bool MinimalInit) { in initThread() function