Home
last modified time | relevance | path

Searched refs:initOnceMaybe (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h63 void initOnceMaybe(Allocator *Instance) EXCLUDES(Mutex) { in initOnceMaybe() function
150 initOnceMaybe(Instance); in initThread()
H A Dtsd_shared.h61 void initOnceMaybe(Allocator *Instance) EXCLUDES(Mutex) { in initOnceMaybe() function
204 initOnceMaybe(Instance); in initThread()
H A Dcombined.h813 TSDRegistry.initOnceMaybe(this);
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp86 Registry->initOnceMaybe(Allocator.get()); in TEST()