Home
last modified time | relevance | path

Searched defs:initThread (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp55 void initThread(bool MinimalInit) { in initThread() function
H A Dscudo_tsd_shared.cpp60 void initThread(bool MinimalInit) { in initThread() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h104 NOINLINE void initThread(Allocator *Instance, bool MinimalInit) { in initThread() function
H A Dtsd_shared.h153 NOINLINE void initThread(Allocator *Instance) { in initThread() function