Searched refs:InitOptions (Results 1 – 5 of 5) sorted by relevance
59 struct InitOptions;60 void Init(const InitOptions *options = nullptr);90 void SetThreadStackAndTls(const InitOptions *options);
119 void MemprofThread::Init(const InitOptions *options) { in Init()166 void MemprofThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls()
119 struct AsanThread::InitOptions { struct in __asan::AsanThread140 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { in SetThreadStackAndTls()166 const AsanThread::InitOptions options = {__sanitizer::MainThreadStackBase, in CreateMainThread()191 const AsanThread::InitOptions options = {stack_bottom, stack_size}; in BeforeThreadCreateHook()
75 struct InitOptions;76 void Init(const InitOptions *options = nullptr);154 void SetThreadStackAndTls(const InitOptions *options);
251 void AsanThread::Init(const InitOptions *options) { in Init()305 void AsanThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls()