Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp198 static void NOINLINE initThread() { in initThread() function
319 initThread(); in allocate()
379 initThread(); in deallocate()
433 initThread(); in getUsableSize()
467 initThread(); in reallocate()
507 initThread(); in calloc()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dtsd_exclusive.h44 initThread(Instance, MinimalInit); in initThreadMaybe()
93 NOINLINE void initThread(Allocator *Instance, bool MinimalInit) { in initThread() function
Dtsd_shared.h47 initThread(Instance); in initThreadMaybe()
149 NOINLINE void initThread(Allocator *Instance) { in initThread() function
/external/scudo/standalone/
Dtsd_exclusive.h58 initThread(Instance, MinimalInit); in initThreadMaybe()
100 NOINLINE void initThread(Allocator *Instance, bool MinimalInit) { in initThread() function
Dtsd_shared.h54 initThread(Instance); in initThreadMaybe()
149 NOINLINE void initThread(Allocator *Instance) { in initThread() function
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_tsd.h57 void initThread(bool MinimalInit);
Dscudo_tsd_exclusive.cpp55 void initThread(bool MinimalInit) { in initThread() function
Dscudo_tsd_exclusive.inc34 initThread(MinimalInit);
Dscudo_tsd_shared.inc39 initThread(MinimalInit);
Dscudo_tsd_shared.cpp60 void initThread(bool MinimalInit) { in initThread() function