Home
last modified time | relevance | path

Searched refs:initThreadMaybe (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h243 ALWAYS_INLINE void initThreadMaybe(bool MinimalInit = false) {
244 TSDRegistry.initThreadMaybe(this, MinimalInit);
337 initThreadMaybe();
438 initThreadMaybe(/*MinimalInit=*/true);
484 initThreadMaybe();
601 initThreadMaybe(); in disable()
614 initThreadMaybe(); in enable()
657 initThreadMaybe(); in releaseToOS()
669 initThreadMaybe(); in iterateOverChunks()
713 initThreadMaybe(); in canReturnNull()
[all …]
H A Dtsd_exclusive.h96 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, bool MinimalInit) { in initThreadMaybe() function
H A Dtsd_shared.h87 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, in initThreadMaybe() function